What is use of #include in c?


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

Post New Answer

More C Interview Questions

What does & mean in scanf?

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


How to implement variable argument functions ?

1 Answers   HP,


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


What are the advantages of the functions?

0 Answers  


What is extern variable in c with example?

0 Answers  


What are loops c?

0 Answers  


What is the explanation for modular programming?

0 Answers  


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


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

5 Answers  


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


Categories