Computer Science, asked by psatya331, 1 month ago

All of the following are valid expressions
in C++ <BR> a = 2+ (b = 5);<BR> a = b =
c= 5; <BR>a = 11%3
C++ में निम्नलिखित सभी मान्य एक्सप्रेशन है:

<BR> a = 2+ (b = 5);<BR> a = b = c= 53
;
<BR>a = 11%3​

Answers

Answered by Tusharambatkar
0

Answer:

I don't know it's very difficult

Similar questions