What is the use of header?


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

Post New Answer

More C Interview Questions

How to write the code of the program to swap two numbers with in one statement?

2 Answers  


How does struct work in c?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


Explain can static variables be declared in a header file?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


What is c language used for?

0 Answers  


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


write a program to display & create a rational number

1 Answers   HCL, TCS,


what is ANSI and ISO

7 Answers   HCL,


What is the use of the sizeof operator?

2 Answers  


Categories