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

What is use of pointer?

599


What is the size of enum in bytes?

598


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1872


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

769


Why clrscr is used after variable declaration?

1053






What is the difference between array_name and &array_name?

789


What is call by value in c?

577


Describe dynamic data structure in c programming language?

614


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2045


If null and 0 are equivalent as null pointer constants, which should I use?

589


What is function and its example?

640


What are the two types of functions in c?

579


What is LINKED LIST? How can you access the last element in a linked list?

642


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1790


Explain what are global variables and explain how do you declare them?

649