Write a C program to print "Hello, World!" on the screen. #11
-
Write a C program to print "Hello, World!" on the screen. |
Beta Was this translation helpful? Give feedback.
Answered by
the-1Riddle
Apr 6, 2024
Replies: 1 comment
-
#include <stdio.h>
/**
* the answer
**/
int main(void)
{
printf("Hello, World");
} fun fact: only programmers greet the world, 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
the1Riddle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fun fact: only programmers greet the world, 😄