You are not logged in.

#1 2015-09-14 04:19:08

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Determine Output:

C Programming Quizzes C Language Operators And Expressions

Directions:
Determine output:

Question:
void main()
{
      int i=10;
      i = !i>14;
      printf("i=%d", i);
}

Option A):
10
Option B):
None
Option C):
0
Option D):
20

Correct Answer is Option C):
0


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-14 04:19:08

Advertisement
Ads By Google

Re: Determine Output:



\n

Board footer