how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / mydeen
for(i=5;i<0;i++)
{
for(j=i;j<0;j++)
{
printf("%d",&i);
}
}
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Why main is not a keyword in c?
Write a code on reverse string and its complexity.
What is external variable in c?
What is the difference between %d and %i?
What is the scope of global variable in c?
What is a protocol in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
Define circular linked list.
What is advantage of pointer in c?
how is the examination pattern?
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 do you determine the length of a string value that was stored in a variable?
What is an identifier?
What is cohesion in c?
How can I change their mode to binary?