Introduction to Computer Science
Computer Engineering Department
Technical University of Lodz
Home
About
Useful Links
CED
Contact
Online C programming exercises
What will be displayed in the terminal?
int main()
{
const int a = 20;
a = 31;
return a;
}
20
31
error
Next Exercise
WINDOWS
EXERCISES
Command Prompt
THEORY
EXERCISES
C PROGRAMMING
THEORY
EXERCISES
Interactive Exercises
NUMERAL SYSTEMS
THEORY
EXERCISES