You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-05-25 09:04:27
C Language Program:
Question:
What will be the of the following program?
float x = 3.3;
int i;
i = (int) x;
print i;
Option A):
3.0
Option B):
3.3
Option C):
3.00
Option D):
3
Correct Answer is Option D):
3
Failure is the first step towards seccess.
Offline
2015-05-25 09:04:27
- Advertisement
- Ads By Google
Re: C Language Program:
\n
Pages:: 1