What are extern variables in c?


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

Post New Answer

More C Interview Questions

What is the purpose of scanf() and printf() functions?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


if p is a string contained in a string?

0 Answers  


can anyone please tell about the nested interrupts?

0 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,






What is the use of a ‘’ character?

0 Answers  


What is the meaning of 2d in c?

0 Answers  


What are the advantages of the functions?

0 Answers  


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


How can I use a preprocessorif expression to ?

0 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Categories