[ERROR]
There is no conversion between the two specified types.
void main() {
int *p;
int j;
p=j; // error
}
Use types that can be converted.