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.
Makes the debugging task easier.
Helps to avoid repeated programming across programs.

ANSWER DOWNLOAD EXAMIANS APP

C Programming
"My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.

printf("My salary was increased by 15'%'!");
printf("My salary was increased by 15%%!");
printf("My salary was increased by 15%!");
printf("My salary was increased by 15/%!");

ANSWER DOWNLOAD EXAMIANS APP