Hello World Day 1 ( C PROGRAMMING )

 #include <stdio.h>

int main() {
    printf ("Hello World");
    0;
}

Comments

Popular posts from this blog

day 2 ( C PROGRAMMING )

Conditional Statements (C Programming)