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 is the purpose of sprintf?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


How to find the usage of memory in a c program

1 Answers   Infosys,


Write a program to find given number is even or odd without using any control statement.

2 Answers  






Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


why you will give me a job in TCS.

7 Answers   TCS,


Do character constants represent numerical values?

0 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


Categories