What is #include called?


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

Post New Answer

More C Interview Questions

WHAT IS FLOAT?

3 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


What is structure in c explain with example?

0 Answers  


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

1 Answers  


Is stack a keyword in c?

0 Answers  






int x=sizeof(!5.856); What will value of variable x?

2 Answers  


What are the advantages of external class?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


Explain what is output redirection?

0 Answers  


How can I copy just a portion of a string?

0 Answers  


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


What is the difference between pure virtual function and virtual function?

0 Answers  


Categories