Author: Unknown Subject: Pointers Date: Sunday, 01 Mar 2020, 01:22:48
What would the following mean? char* ptr, ptr1; char *ptr; ptr1; Is the first line valid syntax? Is ptr 1 a char* or char?