@@ -21,7 +21,7 @@ int main(int argc, char *argv[])
printf("---\n");
// setup the pointers to the start of the arrays
int*cur_age=(int*)names;
int*cur_age=ages;
char**cur_name=names;
// second way using pointers
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.