Answer Posted / revathi
the clrscr()inside the main() just clears the screen.
where the clrscr() outside the main() won't do any action.
it just act as a declaration.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the modifiers available in c programming language?
What is the newline escape sequence?
Explain the binary height balanced tree?
write a c program to find the sum of five entered numbers using an array named number
What is meant by realloc()?
Explain how can you avoid including a header more than once?
Should I learn data structures in c or python?
What is c variable?
Why do we use stdio h and conio h?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Why is c so powerful?
how to capitalise first letter of each word in a given string?
What should malloc(0) do?
What is the symbol indicated the c-preprocessor?
What is difference between far and near pointers?