A text file that contains declarations used by a group of functions,programs,or users

a) executable file

b) header file

c) obj file

d) .cfile


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

Post New Answer

More C Interview Questions

what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Who developed c language and when?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


Where we use clrscr in c?

0 Answers  


Write a program that accept anumber in words

0 Answers  


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


Write a program to show the workingof auto variable.

2 Answers   Infotech,


Is it acceptable to declare/define a variable in a c header?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Do pointers take up memory?

0 Answers  


Categories