C Programming
In which stage the following code#includegets replaced by the contents of the file stdio.h

During Preprocessing
During Editing
During linking
None of these
During Execution

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