How many levels deep can include files be nested?


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

Post New Answer

More C Interview Questions

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


Which is the best website to learn c programming?

0 Answers  


Explain the use of #pragma exit?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,






a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


How many types of arrays are there in c?

0 Answers  


What is the difference between ++a and a++?

0 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


What is c basic?

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Categories