What are the storage classes in C?


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

Post New Answer

More C Interview Questions

WHAT IS INT?

8 Answers   Accenture,


pierrot's divisor program using c or c++ code

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  






write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


What is the difference between ‘g’ and “g” in C?

1 Answers  


What is identifier in c?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Categories