How Many Header Files in c?

Answers were Sorted based on User's Feedback



How Many Header Files in c?..

Answer / public

52

Is This Answer Correct ?    17 Yes 2 No

How Many Header Files in c?..

Answer / rajamallu

29

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


why java is called as a purely oops language.

3 Answers   TVS,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What is difference between stdio h and conio h?

0 Answers  






what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


What happens if header file is included twice?

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


program for swapping two strings by using pointers in c language

1 Answers  


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


Categories