| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. What symbol is used to state the beginning and the end of blocks of code ?

Correct Answer is : { and }

2. Which of the following is the boolean operator for logical-and?

Correct Answer is : &&

3. Which of the following shows the correct syntax for an if statement?

Correct Answer is : If (expression)

4. What is the correct value to return to the operating system upon the successful completion of a program?

Correct Answer is : 0

5. Evaluate !(1 && !(0 || 1)).

Correct Answer is : TRUE