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
Define recursion in c.
Explain union.
Explain how can I remove the trailing spaces from a string?
In c language can we compile a program without main() function?
How old is c programming language?
What are linker error?
Explain that why C is procedural?
What are extern variables in c?
What is the difference between arrays and pointers?
Can a variable be both const and volatile?
What are header files why are they important?
what type of questions arrive in interview over c programming?
Explain what is the difference between text files and binary files?
How do I send escape sequences to control a terminal or other device?
Why c is called top down?