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
Explain what is the difference between the expression '++a' and 'a++'?
What is difference between scanf and gets?
What is the purpose of sprintf?
How do shell structures work?
How can I dynamically allocate arrays?
Write a program in c to replace any vowel in a string with z?
How are pointers declared in c?
Which driver is a pure java driver
what is the difference between 123 and 0123 in c?
What is linear search?
Why is extern used in c?
What is the use of parallelize in spark?
Write a factorial program using C.
Why does this code crash?
how to count no of words,characters,lines in a paragraph.