Write a simple program, similar to Hello World, that will output why you selected this course.
Please click 'answer' button and write/post your whole code in C language below.
EXAMPLE 1:
01_hello_world.txt
EXAMPLE 2:
#include <stdio.h>
int main(int argc, char *argv[]) {
printf("I selected this course because I want to understand IT jokes.");
return 0;
}
** (There is no right or wrong)