94) The statement
printf( " % f ", ( float )9/5) ;
prints
Answer is:
1.8
Related C Programming MCQ with Answers
Answer is:
jericho and nazareth
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