Why is extern used in c?


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

Post New Answer

More C Interview Questions

advantages of pointers?

3 Answers  


Why do we need a structure?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  






read a number & print all its devisors using c-program?

3 Answers  


what is pointer?

13 Answers   HCL, TCS,


Which is the best sort method for library management?

1 Answers   Microsoft,


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


how to find binary of number?

2 Answers  


What is the general form of #line preprocessor?

0 Answers  


Categories