What are header files and what are its uses 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 the benefit of using an enum rather than a #define constant?

0 Answers  


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  






In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture, TCS,


What is ponter?

0 Answers   TCS,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


print the palindrome numbers in between 0 to n

1 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


Categories