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
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
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
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
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
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
What does raise functions declared in signal.h do?
Answer: A
No answer description available for this question.
Enter details here
Select the macro that affects the information provided by localeconv function.
Answer: C
No answer description available for this question.
Enter details here
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
size_t is of ______________ type.
Answer: C
No answer description available for this question.
Enter details here