What are global variables and explain 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

A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


What is pointer to pointer in c?

0 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,






what is the difference between declaration and definition of a variable or function ?

3 Answers  


When should the const modifier be used?

0 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


What are the different types of control structures?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

0 Answers  


how to get starting address of a running C program

3 Answers  


Categories