#include<stdio.h>
void main()
{
printf("HELLO WORLD");
}
what is the output?
Answers
Answered by
1
Explanation:
your output is
⇒ HELLO WORLD
now mark me as brainliest
Similar questions