What is the difference between #include and #include 'file' ?


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

Post New Answer

More C Interview Questions

What is a null pointer in c?

0 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


nic scientist exam

1 Answers   NIC,






What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Difference between malloc() and calloc() function?

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


What is dangling pointer in c?

0 Answers  


Explain what is output redirection?

0 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


How do you write a program which produces its own source code as its output?

4 Answers  


Categories