What is extern storage class in c?


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

Post New Answer

More C Interview Questions

Is c is a procedural language?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


Why ordinary variable store only one value  

0 Answers  






What does the function toupper() do?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


Why we use stdio h in c?

0 Answers  


Categories