Tell us something about keyword 'auto'.


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

Post New Answer

More C Interview Questions

What is function pointer c?

0 Answers  


What are the advantage of c language?

0 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,






What are the data types present in c?

0 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


How can you return multiple values from a function?

0 Answers  


What is the use of typedef in c?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


What is malloc and calloc?

0 Answers  


Categories