Answer Posted / manojkumar challagundla
#include<stdio.h>
#include<conio.h>
void main()
{
int i,j;
int ctr=1;
for(i=1;i<=4;i++)
{
printf("\n")
for(j=1;j<=i;j++)
{
printf("%d",ctr);
ctr++;
}
}
}
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is #define?
Write a program on swapping (100, 50)
How can I implement sets or arrays of bits?
what are enumerations in C
Explain modulus operator. What are the restrictions of a modulus operator?
What does the c preprocessor do?
Is javascript written in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How reliable are floating-point comparisons?
What is methods in c?
Do pointers take up memory?
When we use void main and int main?
What is the difference between abs() and fabs() functions?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
why wipro wase