JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
C++ Builder interview questions
C++ Builder interview questions
Back
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 ?
A. ( and )
B. { and }
C. < and >
D.
Show Correct Answer
Correct Answer is :
{ and }
2. Which of the following is the boolean operator for logical-and?
A. &
B. &&
C. |
D. None of the above
Show Correct Answer
Correct Answer is :
&&
3. Which of the following shows the correct syntax for an if statement?
A. If {expression}
B. If (expression)
C. If expression
D. None of the above
Show Correct Answer
Correct Answer is :
If (expression)
4. What is the correct value to return to the operating system upon the successful completion of a program?
A. 0
B. 1
C. 2
D. Programs do not return a value.
Show Correct Answer
Correct Answer is :
0
5. Evaluate !(1 && !(0 || 1)).
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
Similar Interview Questions
Search for latest jobs
Find Jobs