Computer Science, asked by akashkumar1019, 1 year ago

types of hearder files in c++

Answers

Answered by surajbandhan20ot1mx9
1
Depends of the functions you use....

for cin and cout - iostream.h
for string functions - string.h
for clrscr(clear screen) - conio.h

akashkumar1019: for getch and array
surajbandhan20ot1mx9: getch - conio.h
surajbandhan20ot1mx9: for array, you don't need any headfile but yeah.... to print it with cout , you will need iostream.h
Answered by ItsNewton23
4

AnsWeR :

Depends of the functions you use....for cin and cout - iostream.hfor string functions - string.hfor clrscr(clear screen) - conio.h

Similar questions