1
0

pointers.c 44 B

123
  1. void func() {
  2. char* string = "Hello";
  3. }