61.
What will be the output of the following C code?
char str[20];
str= "123546"; res= atof(str);
printf("String value = %s, Float value = %f\n", str, res);

64.
Which statement is correct work reference to endptr?
double strtod(const char *nptr, char **endptr);

65.
Which of the following is the correct syntax of the function strtoul()?

69.
The macro MB_LEN_MAX is used to find . . . . . . . .

Read More Section(Standard Library Functions)

Each Section contains maximum 100 MCQs question on Standard Library Functions. To get more questions visit other sections.