What is the use of header?


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

Post New Answer

More C Interview Questions

What are the types of pointers?

0 Answers  


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


write function to reverse char array ... without using second array

3 Answers  


difference between c and c++?

2 Answers  


What is wrong with this program statement? void = 10;

0 Answers  






How can I read a binary data file properly?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


Is this program statement valid? INT = 10.50;

0 Answers  


Difference between MAC vs. IP Addressing

0 Answers  


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


what is void pointer?

2 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Categories