👤

5. O seguinte programa está correto? Justifique. #include const int VAL=123; int main() { int *p = VAL printf("%d\n", *p), return 0;​