Which of the following error messages is/are displayed to the user if the user improperly writes a header file in the above program? (Turbo C++)
#include"iostrem.h"
#include"conio.h"
void main()
{
cout<<"hi";
getch();
}
Reveal answer
Fill a bubble to check yourself