InterviewSolution
Saved Bookmarks
| 1. |
What is the qualifying input for the type specifier G?(a) floating point numbers(b) floating point numbers in exponential format(c) floating point numbers in the shorter of exponential format(d) not a type specifierThe question was posed to me in an international level competition.Query is from scanf in division Input and Output in C of C |
|
Answer» The CORRECT OPTION is (c) floating point numbers in the shorter of exponential format |
|