write a program to display the array elements in reverse
order in c language

Answer Posted / pixie

all the answers are not working ... it compiles well but does not give any thing in return just keeps on taking in put and no output :|

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the right way to use errno?

625


What is the size of enum in bytes?

592


What is function in c with example?

634


Explain how can I pad a string to a known length?

657


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

735






What does node * mean?

716


explain what is a newline escape sequence?

692


what is the difference between 123 and 0123 in c?

727


What is difference between array and pointer in c?

542


What is the right type to use for boolean values in c?

589


What are pointers? Why are they used?

632


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5059


c program for searching a student details among 10 student details

1658


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

838


What is difference between stdio h and conio h?

890