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

can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


Difference between MAC vs. IP Addressing

0 Answers  


What are the 4 types of organizational structures?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,






What is data structure in c language?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


What is key word in c language?

4 Answers   ABC,


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


Categories