the maximum width of a c variable name can be

a) 6 characters

b) 8 characters

c) 10 characters

d) 20 characters

Answers were Sorted based on User's Feedback



the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 charact..

Answer / gunleen kanda

8 character

Is This Answer Correct ?    41 Yes 7 No

the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 charact..

Answer / sandeep kanda

8 characters

Is This Answer Correct ?    22 Yes 2 No

Post New Answer

More C Interview Questions

Can we change the value of constant variable in c?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  






What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


What is a spanning Tree?

1 Answers   TCS,


What are the uses of a pointer?

0 Answers  


What are pointers? What are stacks and queues?

0 Answers   Hexaware,


Explain how does flowchart help in writing a program?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


what is the meaning of 'c' language

3 Answers  


Categories