write a program to display the array elements in reverse
order in c language
Answer Posted / jitender
all are wrong....
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
What is string concatenation in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain how do you list a file’s date and time?
What are the valid places to have keyword “break”?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain the use of #pragma exit?
write a program to find out prime number using sieve case?
What is a sequential access file?
What is c value paradox explain?
Why isnt there a numbered, multi-level break statement to break out
Can we change the value of #define in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Describe the order of precedence with regards to operators in C.
Do variables need to be initialized?
What are linked lists in c?