Latest C Aptitude Question SOLUTION: What will be the output of the program ? #include int main() { printf("M4maths", "Question\n"); return 0; } Options 1) Error 2) M4maths Question 3) M4maths 4) Q