Q. Which program outputs "Hello World.." ?
β
Correct Answer: (B)
main() { printf("Hello World.."); }
You must be Logged in to update hint/solution