Why are all header files not declared in every c program?


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

Post New Answer

More C Interview Questions

what is object oriental programing?

1 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


will u please send me the placement papers to my mail???????????????????

0 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,






What is sizeof int in c?

0 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


What is the use of #define preprocessor in c?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What is a example of a variable?

0 Answers  


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


Categories