Do you know 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

Is struct oop?

0 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


What is int main () in c?

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


Can you please compare array with pointer?

0 Answers  






What are the parts of c program?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


Expand the following LKB BKL FFG

0 Answers  


What is the role of && operator in a program code?

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


Categories