Variable types with * prefix

Perhaps, you have not noticed the words -- "initialization", "declaration", definition", and "assignment".

What will happen to the system if I try to execute the following codes?

byte *ptr;
*ptr = 0x35;