S2-C-Programs

All major conceptual S2 C-Programs with Algorithms

View the Project on GitHub trulyPranav/S2-C-Programs

Code:

#include <stdio.h>
void main(){
    printf("Hello World");
}

Algorithm:

Step 1: Start

Step 2: Display “Hello World”

Step 3: Stop