You are not logged in.

#1 2015-05-25 09:04:27

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

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.

2015-05-25 09:04:27

Advertisement
Ads By Google

Re: C Language Program:



\n

Board footer