Join Examsbook
Answer : 2. "स्क्रीन से मैसेज हटाने के लिए "
Clrscer() का उपयोग क्यों किया जाता है ?
5Q:
Clrscer() का उपयोग क्यों किया जाता है ?
- 1मिटाने के लिएfalse
- 2स्क्रीन से मैसेज हटाने के लिएtrue
- 3स्टोर करने के लिएfalse
- 4उपर्युक्त सभी के लिएfalse
- Show AnswerHide Answer
- Workspace
Answer : 2. "स्क्रीन से मैसेज हटाने के लिए "
Explanation :
The clrscr in C is a built-in function that is used for clearing the screen of the console output during the execution of the C program. This function is defined in the conio. h header file. We need to include the “conio.