what is the diff between these two.I am getting errors if i use second one in place of 1st
1) #include<iostre am>
using namespace std;
2) #include<iostre am.h>
1) #include<iostre am>
using namespace std;
2) #include<iostre am.h>
Comment