Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 21, 2019 19:40
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/5d9bbd76365f3d93e27859f1c532d78b to your computer and use it in GitHub Desktop.
char cadena[] = "";
if (cadena[0] == '\0') {
printf("Vacía");
} else {
printf("No vacía");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment