Practicas - Función main
#10
Answered
by
martinvilu
NicRiv
asked this question in
Preguntas y Respuestas
-
Hola! int main(int argc, char *argv[])
{
return 0;
} |
Beta Was this translation helpful? Give feedback.
Answered by
martinvilu
Aug 12, 2024
Replies: 1 comment 1 reply
-
Hola! int main(void)
{
printf("Hola Mundo C!\n");
return 0;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Como está en el archivo
plantilla.c
está bien; igual las otras formas tampoco están mal.