Explain what are header files and explain what are its uses in c programming?


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

Post New Answer

More C Interview Questions

What is pass by value in c?

0 Answers  


What does struct node * mean?

0 Answers  


write a program for odd numbers?

15 Answers  


What is Memory leakage ?

2 Answers   HCL,


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,






Explain About fork()?

0 Answers   TISL,


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


Explain the difference between the local variable and global variable in c?

0 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Why do we use pointer to pointer in c?

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


Tell me about low level programming languages.

0 Answers   Amdocs,


Categories