Standard Library Functions - Study Mode
[#151] Which of the following returns a signed integer type on finding the difference between two pointers to elements in the same array?
Correct Answer
(D) ptrdiff_t
[#152] What is "a" in the given C code? size_t wcstombs(char *s, const wchar_t *a, size_t n)
Correct Answer
(A) "a" is wide character string to be converted
[#153] Which of the given options is an array type used for holding information?
Correct Answer
(C) jmp_buf
[#154] Which among the given macros is defined in the header file locale.h?
Correct Answer
(D) LC_CTYPE
[#155] To find the maximum value of an object of type unsigned long long int, we use the macro . . . . . . . .
Correct Answer
(D) ULLONG_MAX