C Programming
Which command is used to skip the rest of a loop and carry on from the top of the loop again?

skip
resume
continue
None of these
break

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

All of these
Enhances the logical clarity of the program.
Helps to avoid repeating a set of statements many times.
Helps to avoid repeated programming across programs.
Makes the debugging task easier.

ANSWER DOWNLOAD EXAMIANS APP