You are not logged in.
Pages:: 1
#1 2015-09-16 05:23:29
C Language Arrays And Strings Output:
C Programming Quizzes C Language Arrays And Strings
Directions:
What will be the output of the program?
Question:
#include<stdio.h>
void main()
{
printf(5+"Good Morningn");
}
Option A):
M
Option B):
Good Morning
Option C):
Good
Option D):
Morning
Correct Answer is Option D):
Morning
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-16 05:23:29
- Advertisement
- Ads By Google
Re: C Language Arrays And Strings Output:
Pages:: 1