PRINTING HELLO WORLD WITH C

 #include<stdio.h>


int main() {

    printf("helloworld");
    return 0;
;}

OUTPUT

[Done] exited with code=1 in 0.167 seconds

[Running] cd "c:\Users\ACER\C CODING PRACTICE ORG\" && gcc helloworld.c -o helloworld && "c:\Users\ACER\C CODING PRACTICE ORG\"helloworld
helloworld
[Done] exited with code=0 in 9.385 seconds


Comments

Popular posts from this blog

AMAZON HOME PAGE CLONE PROJECT

Array in Javascript

Array in function Javascript