Can we initialize extern variable in c?


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

Post New Answer

More C Interview Questions

Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


How can I manipulate strings of multibyte characters?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


difference between function & structure

9 Answers   Verizon,


Write a simple program to find the size of different basic data types in C.

3 Answers  






Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


How can I convert a number to a string?

0 Answers  


What is the g value paradox?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


Differentiate between null and void pointers.

0 Answers   TCS,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


Categories