What is extern variable in c with example?


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

Post New Answer

More C Interview Questions

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


What is use of null pointer in c?

0 Answers  






for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

0 Answers  


What is meant by int main ()?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


Categories