Introduction to Computer Science
Computer Engineering Department
Technical University of Lodz
Home
About
Useful Links
CED
Contact
Online C programming exercises
Is the result res1 equal to res2?
int main()
{
int x=5, divider=2, res1;
float y=5,res2;
res1=x/divider;
res2=y/divider;
return 0;
}
Yes
No
Next Exercise
WINDOWS
EXERCISES
Command Prompt
THEORY
EXERCISES
C PROGRAMMING
THEORY
EXERCISES
Interactive Exercises
NUMERAL SYSTEMS
THEORY
EXERCISES