What is the minimum and maximum length of an identifier?
Answer Posted / sohan
Some compilers take 8 bit atmost.But max length is 31.(in
case of C)
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Is a method a procedure?
Which is better list or arraylist in java?
What is the primitive type short?
What is the full name of java?
why Interface used?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is keyword auto for?
Why convert an applet to an application?
How do you remove duplicates in java?
What are kinds of processors?
Difference between string s= new string (); and string s = "abv";?
Which is better arraylist or vector?
What is supplier in java?
Is 0 a real number?
Can abstract class have private constructor?