adplus-dvertising
frame-decoration

Question

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

a.

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

b.

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

c.

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

d.

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

Answer: (d).printf("My salary was increased by 15%%!");

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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