2.Type in the following source code :
INcluding the necessaru library file . The printf() function needs
The printf () function prints the text on the screen.
#include
int main (void)
{
printf ("Hello World!\n");
return 0;
}
Statements/commands are written within the body of function , as indicated by a pair of braces , the { and } symbols.
3. Compile the program . IF there are errors , verify and correct them . Compile the program again , until there is no error .
4.Build and execute the program . FInish your task by closing the project workspace .
No comments:
Post a Comment