MCQOPTIONS
What will be the output of the program ?
#include int main() { printf(5+"Good Morning n"); return 0; }