Explain what is the purpose of "extern" keyword in a function declaration?


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

Post New Answer

More C Interview Questions

How can you draw circles in C?

0 Answers   Accenture,


Write a program to swap two numbers without using the third variable?

0 Answers  


What is the hardest programming language?

0 Answers  


Is javascript written in c?

0 Answers  


How does #define work?

0 Answers  






how i m write c program 1.check prime number 2.prime number series

1 Answers  


can we initialize all the members of union?

2 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


Categories