How can I print a "%" character in a in between the string foo and the value held in the variable foo using printf format string?A. fprintf("foo " "%" "%dn", foo);B. fprintf("foo '%' %dn", foo);C. fprintf("foo % %dn", foo);D. fprintf("foo " "%dn", foo);

Showing Answers 1 - 4 of 4 Answers

Ramanathan.R

  • Dec 17th, 2006
 

Guys,

Answer is "A"

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions