Top

Library Functions

81.

scanf() or atoi() function can be used to convert a string like "436" in to integer.

Answer: A

No answer description available for this question.

Enter details here

82.

A non-zero value is returned, if setjmp() returns from a longjmp() function call.

Answer: B

No answer description available for this question.

Enter details here

83.

Point out the error in the following program.

#include

int main()
{
    char str[] = "IndiaBIX";
    printf("%.#s %2s", str, str);
    return 0;
}

 

Answer: D

No answer description available for this question.

Enter details here

84.

Which function will return the quotient and remainder on division of numerator with denominator?

Answer: A

No answer description available for this question.

Enter details here

85.

The number of bytes contained in the multibyte character pointed to by a character is ___________

Answer: C

No answer description available for this question.

Enter details here

86.

Does there any function exist to convert the int or float to a string?

Answer: A

No answer description available for this question.

Enter details here

Answer: A

No answer description available for this question.

Enter details here

88.

Select the macro that affects the information provided by localeconv function.

Answer: C

No answer description available for this question.

Enter details here

89.

Which standard library function will you use to find the last occurance of a character in a string in C?

Answer: D

No answer description available for this question.

Enter details here

Answer: C

No answer description available for this question.

Enter details here

Loading…
Tags: Library Functions Questions and Answers || Library Functions MCQ Questions and Answers || Library Functions GK Questions and Answers || Library Functions GK MCQ Questions || Library Functions Multiple Choice Questions and Answers || Library Functions GK || GK on Library Functions || C Programming Questions and Answers || C Programming MCQ Questions and Answers || C Programming GK Questions and Answers || GK on C Programming