Learners Only
Showing posts with label
NOT operator
.
Show all posts
Showing posts with label
NOT operator
.
Show all posts
Sunday, 6 November 2011
Predict the output or error(s) for the following:
main()
{
int i=10;
i=!i>14;
Printf ("i=%d",i);
}
Answer:
i=0
Explanation:
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)