C - Basics and Execution Environment
What will be the output of the following C program?
#includeint main() { printf("Welcome to C programming!\n"); return 0; }
#includeint main() { printf("Welcome to C programming!\n"); return 0; }
printf statementprintf includes \n which means new line after printing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions