Computer Science, asked by saksham6113, 3 months ago

write the output of gollowing statements? "HELLO WORLD"​

Answers

Answered by AwsomeSkateboarder
1

Answer: C code to print "Hello World"

#include <stdio.h>

int main()

{

   printf("Hello World");

 //I hate Cricket please don't hate me

}

Similar questions