You are on page 1of 12

Universidad Politécnica de Puebla

how do your first "Hello


world" in language C
purpose: to be a cool
programmer
GERARDO NAVA DIONICIO
ENGLISH 5-A
PROFESSOR REBECA SÁNCHEZ BAEZ
5TO CUATRIMESTRE GRUPO A
First step:
download Dev C++ in his official page.
Purpose: have a compilator of language C
Second step
install Dev C++ in your computator
purpose: use the language C
fourth step
open a new project on Dev c++(use crtl + N)
purpose: start your programing life
fifth step
write the library #include<stdio.h> in the top
porpose: use the funtions of C
sixth step
write the next line: int main {
getchar();
return 0;
}
purpose: is the body of the code
seventh step
before "getchar", write printf("");
eighth step
between quotation marks write HELLO WORLD
ready, here is the code
now print in the screen the message
click in the tecle F9 and save your project
finally click on F10
porpose: run te code
congratulations you have made your first "Hello
World".

You might also like