Give output: #include
void main ()
{
float a=2.4;
int b = int(a) + 10;
int c= -b%5;
int d = a/-2;
printf(“%d \t %d \t %d” , b , c ,d);
}

please tell me the answer of this as soon as possible.(THE OUTPUT QUESTION IS OF C RPOGRAM)

Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.