What is file in c preprocessor?


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

Post New Answer

More C Interview Questions

Write a program for Overriding.

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,






how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


How does free() know how many bytes to free?

8 Answers  


Explain how many levels deep can include files be nested?

0 Answers  


what does data structure mean?

8 Answers  


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


Categories