Answer to Question #254844 in C for tourist

Question #254844

Write a program in C that prints "Hello world!" without printf method.


1
Expert's answer
2021-10-21T13:52:43-0400
#include<stdio.h>
int main(){


    puts("Hello, World!");
    return 0;


}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS