1.

Categorise the following into three according to their relationship iostream, cstdio, gets(), puts(), getchar(), putchar(), getline(), write(), cin, cout.

Answer»
Header fileInput functionOutput function
iostreamcincout
cstdiogets()puts()
getchar()putchar()
getline()write()


Discussion

No Comment Found

Related InterviewSolutions