write a program to print name in c++
Answers
Answered by
1
#include<iostream.h>
#includeo<conio.h>
void main()
{
sout<<"My name is Sandew";
getch();
}
#includeo<conio.h>
void main()
{
sout<<"My name is Sandew";
getch();
}
Similar questions