Describe the header file and its usage in c programming?


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

Post New Answer

More C Interview Questions

What is const and volatile in c?

0 Answers  


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  


What is the difference between exit() and _exit() function?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


What are types of functions?

0 Answers  


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

1 Answers  


what is a stack

6 Answers  


What is string constants?

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


How many bytes is a struct in c?

0 Answers  


Categories