Skip to main content

Basic Syntax for any program

#include <stdio.h>

int main()
{
    // Set of statements

    return 0;
}

Comments