write a program whose output will be-
1
12
123
1234
Answer Posted / abc_efg
#include<iostream.h>
#include<conio.h>
main()
{
{
for(i=1;i<=4;i++)
{cout<<"\n"
}
for (j=1;j<=4;j++)
}
return 0;
}
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Tell me is null always defined as 0(zero)?
What is the use of clrscr?
Can we access array using pointer in c language?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is the use of volatile?
What is an endless loop?
Are pointers really faster than arrays?
What is a structural principle?
Do pointers need to be initialized?
Why can’t constant values be used to define an array’s initial size?
What is a header file?
What is the use of bit field?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are register variables in c?