+ 1
Error in execting this file
I an trying to execute this programmeâ using codeblock but I am receiving error as iostream: no such file or directory
5 Answers
0
If none of these works then you should check your complier
+ 1
thanks..silly mistakesđ
0
Write
#include<iostream.h>
0
sir...still the same problem
0
Then write directly like :-
#include<iostream>
using namespace std;