You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-16 04:29:24
C Language Fundamentals:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … ndamentals
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%%!\"");
Failure is the first step towards seccess.
Offline
2015-09-16 04:29:24
- Advertisement
- Ads By Google
Re: C Language Fundamentals:
Pages:: 1