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

Are comments included during the compilation stage and placed in the EXE file as well?

672


When is a null pointer used?

641


What is the use of pragma in embedded c?

592


Why cant I open a file by its explicit path?

593


Can include files be nested?

627






2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2516


What is pass by value in c?

593


What are valid operations on pointers?

667


writ a program to compare using strcmp VIVA and viva with its output.

1524


What are pointers? What are stacks and queues?

576


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

632


Do you know the difference between malloc() and calloc() function?

614


What is int main () in c?

623


What is function prototype in c language?

612


Why c is called procedure oriented language?

579