What are header files? What are their uses?


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

Post New Answer

More C Interview Questions

what are far pointers?

1 Answers  


What is main function in c?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  






Define recursion in c.

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


What is the purpose of main() function?

0 Answers  


What is modeling?

0 Answers  


what is difference between c and c++

4 Answers  


Program to simulate second clock

2 Answers  


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


Categories