12344321
123 321
12 21
1 1 how i print this program??
Answer Posted / sunitha
for(i=1;i<=5;i++)
{
for(j=1;j<=i;i++)
{
for(k=1;k<=j;k++)
printf("%d",k);
k--;
printf("%d",k);
}
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does it mean when a pointer is used in an if statement?
What is the difference between NULL and NUL?
Explain about the functions strcat() and strcmp()?
Explain high-order bytes.
what type of questions arrive in interview over c programming?
What does it mean when the linker says that _end is undefined?
How many types of operators are there in c?
what are the 10 different models of writing an addition program in C language?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Write a program to swap two numbers without using third variable in c?
What are the advantages of using new operator as compared to the function malloc ()?
Explain what are binary trees?
What is the difference between #include
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how can type-insensitive macros be created?