What are header files in c?


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

Post New Answer

More C Interview Questions

What are the uses of null pointers?

0 Answers  


what is const volatile?

2 Answers  


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


what is the difference between c and c++?

7 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


What is the g value paradox?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


Categories