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

Answer Posted / surenda pal singh chouhan

No output/error

Explanation:
The first clrscr() occurs inside a function. So it becomes
a function call. In the second clrscr(); is a function
declaration (because it is not inside any function).

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of macro formats?

611


What is wrong with this program statement?

610


What is #include stdlib h?

617


What is nested structure?

576


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030






Is file a keyword in c?

504


Do pointers need to be initialized?

565


How will you delete a node in DLL?

687


Give me the code of in-order recursive and non-recursive.

887


How can I insert or delete a line (or record) in the middle of a file?

576


what is bit rate & baud rate? plz give wave forms

1520


What is sizeof int?

639


What is the difference between exit() and _exit() function?

607


differentiate built-in functions and user – defined functions.

629


Why do we use c for the speed of light?

606