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


This site uses Just the Docs, a documentation theme for Jekyll.