Explain how can you avoid including a header more than once?


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

Post New Answer

More C Interview Questions

What does the function toupper() do?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


Explain how do you print an address?

0 Answers  


Can a variable be both static and volatile in c?

0 Answers  


How can I call fortran?

0 Answers  






what is a non volatile key word in c language?

1 Answers  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


How do you list a file’s date and time?

0 Answers  


what is the function of pragma directive in c?

0 Answers  


Categories