Closed keyvank closed 3 weeks ago
C lets you to do this:
int *a = 0;
30cc gives a type error. We should exceptionally allow assigning the value of 0 to pointer types. (Values greater than 0 should be prevented though)
30cc
0
C lets you to do this:
30cc
gives a type error. We should exceptionally allow assigning the value of0
to pointer types. (Values greater than 0 should be prevented though)