Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#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;
| ^