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

Simplify the program segment if X = B then C ← true else C ← false

2589


Which is the memory area not included in C program? give the reason

1510


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1719


What is the scope of static variables in c language?

634


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4545






What is external variable in c?

618


Explain what are the different data types in c?

762


How can you be sure that a program follows the ANSI C standard?

1133


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2227


which is an algorithm for sorting in a growing Lexicographic order

1401


What is c programming structure?

623


Why doesnt that code work?

604


Can we access array using pointer in c language?

650


What is static and auto variables in c?

571


What do you understand by normalization of pointers?

629