if int i ; float f ; char c and long l are given what will be the result after evaluating the following expression - i%f + (int)(c*l) + c/f
Answers
Answered by
1
Answer:
Each of the following lines is a programming statement, which ends with a ... Evaluate the expression (RHS) and assign the result to the variable (LHS) ... Integers: C supports these integer types: char , short , int , long , long long (in ... n", anInt); //The int is 12345. printf("The float is %f. ... Use suffix 'L' (or 'l' ) for long double .
Explanation:
Similar questions