Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { const int minutesPerHour; minutesPerHour = 60; printf("%d", minutesPerHour); return 0; }
prog.c: In function 'main':
prog.c:5:18: error: assignment of read-only variable 'minutesPerHour'
5 | minutesPerHour = 60;
| ^