Why header file is used in c?


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

Post New Answer

More C Interview Questions

What is an example of structure?

0 Answers  


program to print circle structure

1 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


What is the difference between procedural and functional programming?

0 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


Why cd or dvd are round why not square.

1 Answers  


Explain do array subscripts always start with zero?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


please give me some tips for the selection in TCS.

3 Answers   TCS,


What is the use of header files?

0 Answers  


Categories