You are not logged in.

#1 2015-05-25 09:37:20

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Void main():

Question:
void main()
{
int i; printf("%d",i^i);
}

Option A):
0
Option B):
cannot compile
Option C):
Runtime Error
Option D):
Unexpected

Correct Answer is Option A):
0


Failure is the first step towards seccess.

2015-05-25 09:37:20

Advertisement
Ads By Google

Re: Void main():



Board footer