Answer Posted / shruti
Gud question.. have to try this out..
m not sure about the answer..
because clrscr() is an inbuilt function.
so the clrscr() in the main will jump to the function body
which is defined in the header files..
for the second clrscr()...
i donno...
have to check it out.. :-(
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
#include
How to delete a node from linked list w/o using collectons?
What is the argument of a function in c?
Explain what does the format %10.2 mean when included in a printf statement?
What do you mean by a sequential access file?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Why is C language being considered a middle level language?
i want to know the procedure of qualcomm for getting a job through offcampus
write a programming in c to find the sum of all elements in an array through function.
What is the difference between constant pointer and constant variable?
What is the difference between single charater constant and string constant?
What does the c in ctime mean?
What tq means in chat?
What is the difference between call by value and call by reference in c?
How reliable are floating-point comparisons?