Are just undefined variables, and therefore a number. It’s just that we haven’t defined what those numbers are so they can still be any real number including the smallest number
prog.c: In function ‘main’:
prog.c:4:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
4 | int A. = 1;
| ^
prog.c:4:8: error: expected expression before ‘.’ token
prog.c:5:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
5 | int B. = 2;
| ^
prog.c:5:8: error: expected expression before ‘.’ token
prog.c:6:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
6 | int C. = 3;
| ^
prog.c:6:8: error: expected expression before ‘.’ token
achsonaja@lemmy.world 6 hours ago
Roman numerals still count right?
PhoenixDog@lemmy.world 5 hours ago
Yeah to avoid any clever “gotcha” kids, use
A. B. C.
InputZero@lemmy.world 5 hours ago
A. B. C.
Are just undefined variables, and therefore a number. It’s just that we haven’t defined what those numbers are so they can still be any real number including the smallest number
Axolotl_cpp@feddit.it 3 hours ago
Error!