You are not logged in.

#1 2015-09-16 04:29:21

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

C Language Fundamentals:

C Programming Quizzes C Language Fundamentals

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

Option A):
printf("\"My salary was increased by 15/%\!\"");
Option B):
printf("My salary was increased by 15'%'!");
Option C):
printf("My salary was increased by 15%!");
Option D):
printf("\"My salary was increased by 15%%!\"");

Correct Answer is Option D):
printf("\"My salary was increased by 15%%!\"");


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-16 04:29:21

Advertisement
Ads By Google

Re: C Language Fundamentals:



\n

Board footer