How many levels deep can include files be nested?
Answer / Rekha Rani
In C, you can nest include files up to a maximum depth of 15. This limit is imposed by the preprocessor.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of unary operators?
What's wrong with "char *p = malloc(10);" ?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is d scanf?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
suppose there are five integers write a program to find larger among them without using if- else
Describe explain how arrays can be passed to a user defined function
Meaning of () in c
diff between exptected result and requirement?
Is the exit() function same as the return statement? Explain.
1 Answers Agilent, ZS Associates,
how to make a scientific calculater ?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }