1
232
34543
4567654
can anyone tell me how to slove this c question
Answer Posted / anjali
#include <stdio.h>
int main ()
{
int k = 2;
int i, j,l;
for (i = 0; i < 5; i++)
{
for (j = i+1; j < k; j++)
{
printf("%d", j);
}
k = k + 2;
for (l = j - 2; l > i; l--)
{
printf("%d", l);
}
printf("\n");
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Write program to remove duplicate in an array?
Is a house a mass structure?
Subtract Two Number Without Using Subtraction Operator
What is call by reference in functions?
what are the facialities provided by you after the selection of the student.
What is a pointer on a pointer in c programming language?
will u please send me the placement papers to my mail???????????????????
The statement, int(*x[]) () what does in indicate?
What are the features of the c language?
What are conditional operators in C?
How do I use void main?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what will the preprocessor do for a program?
What are the parts of c program?
What does c mean in basketball?