how 2 write a program of this pattern usin for loop??
1
2 3
4 5 6
7 8 9 10
Answer Posted / narendra553
#include<stdio.h>
void main()
{
int a=1;
for(int i=0;i<=10;i++)
{
a+=i;
}
getch();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
int i=~0; uint j=(uint)i; j++; printf(ā%dā,j); what is the use of "uint" int the above code
What is CRC? the material will be used in electrical stampings.
what are the reseach done by itc brfore launching e-copal
what is the diffeence between SQL and ORACLE?
What is the difference between a gun and a rifle and what advantage does a spinning bullet have?
what in 4th and 5th normal form ??
Which software model is best suited for the Maintenance kind of project?
i want to do oracle certification..could any one pleas tell me what is the level 1 certification exam in oracle? how do we get dumps?
write a c program which accept input as:Anu.B.Kapur and give out as:Kapur.A.B using pointers
i want to know ,If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits.
which is the better form java or .net?exactly when we have to choose particcular 1 among them?
what is JAR file,JNI,JFC??
I am refused L1-B visa filed by my employer on May 09 by US consulate Chennai. When i am eligible to apply L1-B visa again through my employer?
what is difference betweeen operator overloading & operator overriding?
Let an denote the number of bit strings of length n that do not have two consecutive zeroes. Find a recurrence relation for the number of bit strings of length n that do not have two consecutive zeroes. Hence find a4.