What will be the output of following code segment main int x 5-03098
What will be the output of following code segment?<br>main(){<br>int x = 5 ;<br>{<br>int x = 4 ; 12<br>cout << x <<, ;<br>}<br>cout << x ;<br>}
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.1.