Solved

The Syntax of Printf() Function Is Printf("control String", Variable List)

Question 49

Multiple Choice

The syntax of printf() function is printf("control string", variable list) ;what is the prototype of the control string?


A) %[flags][.precision][width][length]specifier
B) %[flags][length][width][.precision]specifier
C) %[flags][width][.precision][length]specifier
D) %[flags][.precision][length][width]specifier

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions