Can we initialize extern variable in c?


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

Post New Answer

More C Interview Questions

Difference between malloc() and calloc() function?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


How can I do graphics in c?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


Why does notstrcat(string, "!");Work?

0 Answers  






what is different between auto and local static? why should we use local static?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


What are identifiers in c?

0 Answers  


write a program structure to find average of given number

1 Answers  


Can i use “int” data type to store the value 32768? Why?

0 Answers  


How to implement variable argument functions ?

1 Answers   HP,


Who is the founder of c language?

0 Answers  


Categories