Explain the meaning of keyword 'extern' in a function declaration.


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

Post New Answer

More C Interview Questions

SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


What are 3 types of structures?

0 Answers  


how can be easily placed in TCS.

0 Answers   TCS,






Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


What is multidimensional arrays

0 Answers  


What is a char in c?

0 Answers  


who is the father of c

4 Answers   Infosys,


How can I recover the file name given an open stream or file descriptor?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Categories