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)
-
- m4maths because it takes the first one
- 9 years agoHelpfull: Yes(1) No(0)
- i think it is an error bcz two statements are not allowed in printf function
- 9 years agoHelpfull: Yes(0) No(0)
- M4maths it prints on conslole
- 9 years agoHelpfull: Yes(0) No(0)
- i think m4 maths ques
- 9 years agoHelpfull: Yes(0) No(0)
- M4maths because it take the first one
- 9 years agoHelpfull: Yes(0) No(0)
C Other Question