What extern c means?


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

Post New Answer

More C Interview Questions

what is array?

63 Answers   Amdocs, HCL,


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


Do array subscripts always start with zero?

0 Answers  


What is realloc in c?

0 Answers  






What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What are the rules for identifiers in c?

0 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


What is signed and unsigned?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


Categories