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

difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


Explain the properties of union.

0 Answers  


What is %g in c?

0 Answers  






main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


Why we use stdio h in c?

0 Answers  


Are there namespaces in c?

0 Answers  


Does sprintf put null character?

0 Answers  


what is printf

5 Answers   MVSR, Satyam,


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


Why is c so popular?

0 Answers  


Categories