C Programming and Technical Programming Program

What will be the output of the program ?
#include

int main()
{
printf("M4maths", "Questionn");
return 0;
}
Options
1) Error
2) M4maths Question
3) M4maths
4) Question

Read Solution (Total 5)

C Other Question

How would you use the functions memcpy(), memset(),
memmove()?
How would you obtain the current time and difference
between two times?