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 object-oriented programming? Webopedia definition
What type of loop is a for loop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is polymorphism and why is it important?
What is the use of oops?
What is overloading and its types?
What is encapsulation in ict?
What is the important feature of inheritance?
What is for loop and its syntax?
What is destructor in oop?
What is oops and its features?
What are different oops concepts?
What is constructor overloading in oop?
What is polymorphism programming?
why reinterpret cast is considered dangerous?