Computer Science, asked by gkambagiri123, 8 months ago

void main() { int x = 4.3 % 2; printf("Value of x is %d", x); }​

Answers

Answered by hamzashahzad198
0

Answer:

There is no remainder for floating value

Explanation:

There is no remainder for floating value like 4.3 because, % operator only use for integer values

Answered by chitrabi
0

Answer:

4h2gbr5hg

Explanation:

Similar questions