how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / aditya the future google ceo
(i=1;i<=5;i--)
{
(J=1;j<=i;j--)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is void main () in c?
What are the main characteristics of c language describe the structure of ac program?
Explain how does free() know explain how much memory to release?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Write a program on swapping (100, 50)
all c language question
Explain how do you use a pointer to a function?
Difference between strcpy() and memcpy() function?
Can we assign string to char pointer?
Why is sprintf unsafe?
Write a program to implement queue.
which type of aspect you want from the student.
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is #include cctype?
What is const and volatile in c?