'Hello World' in C

#include<stdio.h>
int main() {
    printf("Hello Argha\n");
    return 0;
}

Other videos in this series

Back To Home