Explain 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

Do you know what are bitwise shift operators in c programming?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Explain how are 16- and 32-bit numbers stored?

0 Answers  


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


what is the coding of display the factorial of a number using array and function?

1 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


What is c preprocessor mean?

0 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


How can I delete a file?

0 Answers  


What do header files do?

0 Answers  


Categories