Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 3, 2019 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a99a263ff965254846399cdfe475f896 to your computer and use it in GitHub Desktop.
Save parzibyte/a99a263ff965254846399cdfe475f896 to your computer and use it in GitHub Desktop.
char *cadena1 = "A";
if (strcmp(cadena, cadena1) == 0) {
printf("Son iguales");
} else {
printf("No son iguales");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment