What are header files why are they important?


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

Post New Answer

More C Interview Questions

I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


What are the key features in c programming language?

0 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,






how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


Which is better malloc or calloc?

0 Answers  


what is the use of fflush() function?

2 Answers  


Categories