Value of a in a = (b = 5, b + 5); is

Options
- Junk value
- Syntax error
- 5
- 10


CORRECT ANSWER : 10

Discussion Board
how

can you explain

hsks 04-24-2021 03:14 AM

how

can you explain

hsks 04-24-2021 03:13 AM

C++ - Trace the Output

The expression is evaluated left to right so b is 5 when it is first accessed. So, the value of a is 10.

Prajakta Pandit 01-25-2017 04:31 AM

C/C++

Because cout<<(x,y);
It always return last value in the paranthesis.

Ambika 10-8-2014 08:11 AM

c++

how it is come can u explain me


rohit vijaykumar yadav 09-1-2014 11:37 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement