write a program to display the array elements in reverse
order in c language
Answer Posted / dally
in the above of my answer is correct coz in that i am taking
count =0;
so the array will start from last element.
| Is This Answer Correct ? | 9 Yes | 22 No |
Post New Answer View All Answers
How do you define a string?
Write a simple code fragment that will check if a number is positive or negative.
What is c value paradox explain?
What are lookup tables in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What are structural members?
Why is c not oop?
what is the difference between 123 and 0123 in c?
Can we declare function inside main?
Explain how can I make sure that my program is the only one accessing a file?
Differentiate between the = symbol and == symbol?
Is main is user defined function?
Why we use break in c?
What is a volatile keyword in c?
How can I implement a delay, or time a users response, with sub-second resolution?