MCQ Single Best Answer Not Set

QWhat will be the output of the program?

#include<stdio.h>
void main()
{
    printf(5+"Good Morningn");
}

ID: #1438 String in C Language 649 views
Question Info
#1438Q ID
Not SetDifficulty
String in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Good Morning
  • B M
  • C Good
  • D Morningn
Correct Answer: Option D

Explanation

Morningn

Share This Question

Challenge a friend or share with your study group.