the maximum width of a c variable name can be
a) 6 characters
b) 8 characters
c) 10 characters
d) 20 characters
Answer Posted / sandeep kanda
8 characters
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is a stream?
How do you write a program which produces its own source code as output?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is queue in c?
What is array of structure in c?
hi send me sample aptitude papers of cts?
What are header files and what are its uses in C programming?
How can you convert integers to binary or hexadecimal?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
List some of the dynamic data structures in C?
Can we use any name in place of argv and argc as command line arguments?
Explain the priority queues?
How do we open a binary file in Read/Write mode in C?
What is #line in c?