What type of error is encountered when the following program is executed?
#include<iostream.h> void mail() { cout<< have a nice day ; }
Reveal answer
Fill a bubble to check yourself
What type of error is encountered when the following program is executed?
#include<iostream.h> void mail() { cout<< have a nice day ; }