Computer Science, asked by nidhi5003, 10 months ago

difference between #include<iostream.h> & #include<stdio.h> in C++ programming
please answer this question and please do not post any irrelevant statements as answers..:-)​

Answers

Answered by anchal862267
1

Answer:

#include<iostream.h> is used for input/output statements such as cin and cout respectively.

#include<stdio.h> is used for standard input/output statement.

Hope it's helpful for u ✌️✌️

Similar questions