Q:

It is illegal to assign an int variable to a pointer, even if the variable’s value happens to be 0

0

It is illegal to assign an int variable to a pointer, even if the variable’s value happens to be 0.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

int zero = 0;
pi = zero; // error: cannot assign an int to a pointer

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now