the maximum width of a c variable name can be
a) 6 characters
b) 8 characters
c) 10 characters
d) 20 characters
Answer Posted / gunleen kanda
8 character
| Is This Answer Correct ? | 41 Yes | 7 No |
Post New Answer View All Answers
Where register variables are stored in c?
How does free() know explain how much memory to release?
given post order,in order construct the corresponding binary tree
Is there a way to jump out of a function or functions?
Are c and c++ the same?
what does static variable mean?
What is sizeof int?
Why is c called c?
Explain what is the concatenation operator?
Why is c so popular?
What are qualifiers and modifiers c?
What is the scope of an external variable in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Is exit(status) truly equivalent to returning the same status from main?