What will be the output of the program ?
#include int main() { printf(5+"Good Morning\n"); return 0; }
Answer: D
No answer description available for this question.