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

How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


How do I get an accurate error status return from system on ms-dos?

0 Answers  


i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


List a few unconditional control statement in c.

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  






how to find your architecture is LittleEndian or BigEndian?

1 Answers  


What are directives in c?

0 Answers  


coding for Fibonacci.?

1 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


How can you increase the size of a statically allocated array?

0 Answers   TISL,


Categories