Quiz
Q. 2 ) Which of the following statements are correct about the below C-program?
int main()
{
int x = 10, y = 100%90, i;
for(i=1; i<10; i++)
if(x != y);
printf("x = %d y = %d\n", x, y);
return 0;
}
Q. 8 ) Which of the following function sets first n characters of a string to a given character?
Q. 11 ) The maximum combined length of the command-line arguments including the spaces between adjacent arguments is
Q. 13 ) Which standard library function will you use to find the last occurance of a character in a string in C?
Please select an option
D,B,A,C,B,C,C,B,D,C,D,D,D,C,D,B,A,D,
