code of following output in c++
1
23
456
78910
Answers
Answered by
0
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"1
23
456
78910";
getch();
}
#include<conio.h>
void main()
{
clrscr();
cout<<"1
23
456
78910";
getch();
}
Similar questions
Math,
8 months ago
Chemistry,
8 months ago
Physics,
1 year ago
Science,
1 year ago
Social Sciences,
1 year ago