What is static and auto variables in c?


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

Post New Answer

More C Interview Questions

hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


What does 2n 4c mean?

0 Answers  


writw a program to insert an element in the begning of a doubly linked list

1 Answers  






What is call by reference in functions?

1 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


provide an example of the Group by clause, when would you use this clause

0 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


Categories