MCQs > IT & Programming > Symbian C++ > What will happen if the following piece of code is executed? TBool var_a=2 ; If (var_a == ETrue) { ... ... // Some code here }

Symbian C++ MCQs

What will happen if the following piece of code is executed?
TBool var_a=2 ;
If (var_a == ETrue)
{
... ... // Some code here
}

Answer

Correct Answer: The code will always execute irrespective of the value of var_a.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Symbian C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Symbian C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it