Explain how many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by preprocessor in c?
How can I write functions that take a variable number of arguments?
Explain how does flowchart help in writing a program?
What is that continue statement??
What is self-referential structure in c programming?
How is actual parameter different from the formal parameter?
char p="data"; printf(p);
Why enum is used in c?
is it possible to create your own header files?
what is a pointer
4 Answers Bank Of America, TCS,
how write a addtion of two single dimensional array using of pointer in c language?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;