Soultion
-> Download Links:
-> How To Make Directories:
-> How To Compile & Run Program:
Type the command
gedit hello.c
and enter the C source code below:
#include <stdio.h>
main() {
printf("Hello World\n");
}
main() {
printf("Hello World\n");
}
Close the editor window.
No comments:
Post a Comment