#include<stdio.h> int main() { printf(5+"Good Morning\n"); return 0; }
Hence the output is "Morning"
Comments