Can include files be nested? 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

shorting algorithmS

0 Answers   Wipro,


Can we use visual studio for c?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


Is multithreading possible in c?

0 Answers  


How would you sort a linked list?

1 Answers  






How would you obtain the current time and difference between two times?

0 Answers   TISL,


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


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

0 Answers  


write a c program for swapping two strings using pointer

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


how many errors in c explain deply

0 Answers  


Categories