Where to use iostream, conio, <stdio.h> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where to use iostream, conio, <stdio.h>

11th Sep 2016, 8:16 AM
vhjrr6udjj
vhjrr6udjj - avatar
3 Answers
+ 1
stdio.h is a header file we can use functions from library like scanf... conio.h enables us to use functions like clscr
11th Sep 2016, 9:57 AM
atulvarma96
0
I want to know too
11th Sep 2016, 9:35 AM
JS of MC(not C++ || java)
JS of MC(not C++ || java) - avatar
0
iostream is used in c++ i - input , o - output objects such as cin cout are available in this header stdio is used in c it means standard input output scanf, printf are available in this header conio can be used with both c&c+ some functions like clear screen, getch(),getche().. are available in this header...
11th Sep 2016, 1:37 PM
Balaji Rs
Balaji Rs - avatar