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

What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


Write a program to generate the Fibinocci Series

0 Answers   TISL,


Is an array parameter is always "by reference" ?

1 Answers  






What is a lookup table in c?

0 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


What is openmp in c?

0 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


Describe the header file and its usage in c programming?

0 Answers  


Categories