348 views

1 Answer

Related questions

0 votes
0 votes
0 answers
1
garvit_vijai asked Sep 2, 2018
685 views
Please explain the output for the following program: #include<stdio.h>int main() { int i = 100; int *a = &i; float *f = (float *)a; (*f)++; pri...
3 votes
3 votes
2 answers
2
0 votes
0 votes
1 answer
3
Sourabh Kumar asked May 13, 2016
941 views
0 votes
0 votes
1 answer
4
Sourabh Kumar asked May 13, 2016
498 views
K is int typeK=2.0/9;What k will print? In let us c they give that k final value is 0.0But I think it's value is 0