What are global variables and how do you declare them?


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

Post New Answer

More C Interview Questions

what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


Why is c called a mid-level programming language?

0 Answers  


What does int main () mean?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Describe the header file and its usage in c programming?

0 Answers  






say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


What is meant by inheritance?

0 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


What is the best way to store flag values in a program?

0 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


What is a far pointer?What is the utility?

4 Answers  


Categories