You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-16 05:23:32
C Language Arrays And Strings Output:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … nd-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
Failure is the first step towards seccess.
Offline
2015-09-16 05:23:32
- Advertisement
- Ads By Google
Re: C Language Arrays And Strings Output:
Pages:: 1