Numeric constants are integers. I repeat, integers. They range in magnitude from 0 to 999999999999999 and may be signed or unsigned. Examples of numeric constants are: 0 -13 1300 1 14567 Some invalid numeric constants are: 1.2 (not integer) $1 (not numeric) 1000000000000000 (too large) Which of the following is not a legal numeric constant? A) 10.2 B) 89 C) 00000007 D) -0
Technical Specialist Interview Questions
4,734 technical specialist interview questions shared by candidates
A string constant is a sequence of 0 to 255 characters chosen from the standard ASCII 64 character set. Any legal character (alpha or numeric) may be used as a string and is designated as such when included in quotation marks (i.e. "ABC"). A string constant can also consist of zero characters (that is, quotation marks around no characters), which is referred to as the "nill" or "null" string. Some examples are: "ABCDEF" "123456" "!!!$$" "" When string constants are read in or written out, the quotation marks are omitted. Question: What kind of a constant is this: "4" A) Numeric B) String c) I can't tell - it could be either string or numeric
Do you know how to update a phone
Where do you want to go with your major?
Describe an instance where I had a conflict that was both interpersonal and technical and scope and how I handled the situation.
Difficult project to execute, How did you bring positive change in an organization.
How will you troubleshoot a server which doesn't give a display output.
What is your experience at similar position
Why do you want to leave your current company
Design a simple database of Instagram where you have to store the number of views/clicks a post gets along wth the user id
Viewing 2381 - 2390 interview questions