What is the auto keyword good for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what type of errors are checked during compilation

3 Answers  


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


What is the description for syntax errors?

0 Answers  


Do string constants represent numerical values?

0 Answers  






What is an lvalue?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Do character constants represent numerical values?

0 Answers  


What is a file descriptor in c?

0 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


Categories