main()
{
clrscr();
}
clrscr();

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


Please Help Members By Posting Answers For Below Questions

Disadvantages of C language.

651


What is a file descriptor in c?

557


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1464


Explain the difference between exit() and _exit() function?

632


What are the restrictions of a modulus operator?

629






What is the use of define in c?

592


What is the 'named constructor idiom'?

636


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

627


What was noalias and what ever happened to it?

590


What is the size of empty structure in c?

589


What is wrong with this initialization?

585


What does %d do?

712


What are the different types of C instructions?

670


How pointer is different from array?

573


what is use of malloc and calloc?

1380