What is header file definition?


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

Post New Answer

More C Interview Questions

Explain the difference between exit() and _exit() function?

0 Answers  


Why c is called a middle level language?

0 Answers  


How to create struct variables?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,






write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


What are the different categories of functions in c?

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


What is data structure in c and its types?

0 Answers  


Categories