Answer Posted / surenda pal singh chouhan
No output/error
Explanation:
The first clrscr() occurs inside a function. So it becomes
a function call. In the second clrscr(); is a function
declaration (because it is not inside any function).
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
What is pass by value in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is break in c?
What is function definition in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are terms in math?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
can anyone please tell about the nested interrupts?
Tell me what is the purpose of 'register' keyword in c language?
What is the difference between a free-standing and a hosted environment?
What are the two forms of #include directive?
What is the difference between a string and an array?
What are shell structures used for?
What is the mean of function?