Computer Science, asked by gowrisudhama, 1 year ago

how to write code in c++

Answers

Answered by jecquiline
4
#include<stdio.h>
#include<conio.h>
Void main ( );
clrscn ( );
..........the program which you want to do .......
{
getch ( );
}

hitesh7878: Perfect syntax...
gowrisudhama: where is the answer
hitesh7878: you didn't posted the question so how can anyone give the answer
Similar questions