define studio.h and conio.h
Answers
Answer:
OK
Explanation:
You write [HASHTAG]#include[/HASHTAG] and [HASHTAG]#include[/HASHTAG] in a C or C++ program to "include" the files "stdio.h" or "conio.h" into your program. It's the same as opening those files in an editor, and copy/pasting them into your program at the point where the [HASHTAG]#include[/HASHTAG] statement is.
contain some functions prototypes like printf(), scanf(), cout,cin.
contain some functions prototypes like clrscr(), getch(), getche() etc.
To find these files, look in the compiler's install directory, in the lib sub-directory. Just don't change anything in these directories, because they are a part of the compiler and run-time library.
Answer:
THE DIFF B/W Studio.h &Conio.h
Explanation:
You write [HASHTAG]#include[/HASHTAG] and [HASHTAG]#include[/HASHTAG] in a C or C++ program to "include" the files "stdio.h" or "conio.h" into your program. It's the same as opening those files in an editor, and copy/pasting them into your program at the point where the [HASHTAG]#include[/HASHTAG] statement is.
contain some functions prototypes like printf(), scanf(), cout,cin.
contain some functions prototypes like clrscr(), getch(), getche() etc.
To find these files, look in the compiler's install directory, in the lib sub-directory. Just don't change anything in these directories, because they are a part of the compiler and run-time library.
.
....
.......
mark BRAINLIEST buddy✌