C Programs Basic Syntax

Covering the basics of how to write C programs

#include <stdio.h>

int main() {
   printf("C is the best!\n");
}

Table of contents