95) The declaration
enum cities{ bethlehem, jericho, nazareth = 1, jerusalem }
assigns the value 1 to
Answer is:
jericho and nazareth
Related C Programming MCQ with Answers
Answer is:
The string entered is printed in reverse order.
Answer is:
it is assumed to be present and taken to the true
Answer is:
All of these
Explanation:
In for loop
* Index value is retained outside the loop
* Index value can be changed from within the loop
* Goto can be used to jump, out of the loop