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
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Is null always equal to 0(zero)?
What is the difference between void main and main in c?
What is void c?
What are the 4 types of functions?
Can an array be an Ivalue?
What is the difference between printf and scanf in c?
What is integer constants?
What is main function in c?
Which is best book for data structures in c?
How can I recover the file name given an open stream or file descriptor?
Are c and c++ the same?
What is keyword in c?
Why we use break in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures