What is a #include preprocessor?


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

Post New Answer

More C Interview Questions

What is the difference between procedural and functional programming?

0 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


hi any body pls give me company name interview conduct "c" language only

0 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,






what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


What is the correct code to have following output in c using nested for loop?

0 Answers  


Explain how do you print only part of a string?

0 Answers  


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


can u give me the good and very optimised code for a car racing game?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


Categories