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

What is a Deque?

2 Answers  


What are examples of structures?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Explain the term printf() and scanf() used in c language?

0 Answers  


How can you return multiple values from a function?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


Why preprocessor should come before source code?

2 Answers  


What is action and transformation in spark?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


Categories