Ques 1 Syntax
Which of the following is used to end the current line statement in C++?
Ques 2 Syntax
What is the correct syntax for a C++ function that takes two integer parameters and returns an integer?
Ques 3 Syntax
What is the correct way to write a C++ if statement that prints "Hello" if the variable "x" is greater than 10?