What is #include in c?


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

Post New Answer

More C Interview Questions

Why are algorithms important in c program?

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,






What is the purpose of & in scanf?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


where do we use volatile keyword?

1 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


what is pointer?

13 Answers   HCL, TCS,


Categories