write a program to display the array elements in reverse
order in c language
Answer Posted / nanda
all the answers r wrong no logic
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
What are keywords c?
using for loop sum 2 number of any 4 digit number in c language
Tell me is null always defined as 0(zero)?
In C language what is a 'dangling pointer'?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Explain the use of 'auto' keyword in c programming?
What is the use of a conditional inclusion statement in C?
What is a lookup table in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Is int a keyword in c?
What is the scope of an external variable in c?
What is variable declaration and definition in c?
Is file a keyword in c?