1.

________is used to define the type and the interpretation of the value of the corresponding argument.(a) precision(b) specifiers(c) flags(d) decimalThe question was asked during an interview.This interesting question is from printf topic in division Input and Output in C of C

Answer»

Correct option is (b) specifiers

Best explanation: Specifiers is used to define the type and the interpretation of the VALUE of the corresponding argument. Example: c for a SINGLE character, d for DECIMAL values ETC.



Discussion

No Comment Found

Related InterviewSolutions