What is extern c used for?


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

Post New Answer

More C Interview Questions

in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


How is a structure member accessed?

0 Answers  


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  






int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


What is a built-in function in C?

1 Answers  


What is strcmp in c?

0 Answers  


What are directives in c?

0 Answers  


What is the use of linkage in c language?

0 Answers  


Categories