I'm currently learning C... And I don't have the idea why my instructor gave me this code...
#include
#include
main()
{
printf("Hello World");
getch();
}
Can someone help me with this? To explain how each line works and why there are brackets and semi-colons found withing the code...
Also...why in line 3, there is "main()".
And what is the use of "getch()" & "printf()"?
Please...I badly need your help...
2006-11-12
03:11:05
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design