C Quiz
Question 1 of 25:
What is a correct syntax to output "Hello World" in C?
Console.WriteLine("Hello World");
printf("Hello World");
cout << "Hello World";
System.out.printline("Hello World");
Next ❯
Study C in our
C Tutorial
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.