first[strlen(first)-1]='\0';/* remove the newline at the end */
printf("Now enter your last name: ");
gets(last);/* buffer overflow? what's that? */
// Stashed changes 2
}
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.