What are header files in c programming?


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

Post New Answer

More C Interview Questions

which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


How reliable are floating-point comparisons?

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,






What is wild pointer in c with example?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


What is the general form of function in c?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Categories