Answer Posted / aakash dang
#include<iostream.h>
#include<conio.h>
void main()
{
int x,y;
x=1,y=1;
for(int i=0;i<=9;i++)
{
cout<<i;
gotoxy(x,y);
x++;
y++;
}
getch();
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is byval and byref? What are differences between them?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How long to learn object oriented programming?
What is abstraction and encapsulation?
What are the advantages of polymorphism?
What is coupling in oop?
Why interface is used?
When not to use object oriented programming?
what are the realtime excercises in C++?
How many human genes are polymorphic?
What is polymorphism used for?
What is interface? When and where is it used?
What is the highest level of cohesion?
What are main features of oop?
What are the benefits of oop?