how to write code in c++
Answers
Answered by
4
#include<stdio.h>
#include<conio.h>
Void main ( );
clrscn ( );
..........the program which you want to do .......
{
getch ( );
}
#include<conio.h>
Void main ( );
clrscn ( );
..........the program which you want to do .......
{
getch ( );
}
hitesh7878:
Perfect syntax...
Similar questions