write a program to display the array elements in reverse
order in c language
Answer Posted / mak
What if the iputted value of n is greater than the size of
array defined at the beginings????????
| Is This Answer Correct ? | 9 Yes | 19 No |
Post New Answer View All Answers
What does the error 'Null Pointer Assignment' mean and what causes this error?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Is stack a keyword in c?
What is the collection of communication lines and routers called?
How can this be legal c?
How do I create a directory? How do I remove a directory (and its contents)?
How to set file pointer to beginning c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is void pointers in c?
Explain how do you search data in a data file using random access method?
Is exit(status) truly equivalent to returning the same status from main?
How can I make it pause before closing the program output window?
What are register variables? What are the advantage of using register variables?
Can we initialize extern variable in c?