C-05-Q141mediumsingle_mcq
The statement a = a + b can be written in short form as —
The statement a = a + b can be written in short form as —
- a
a == b; - b
a += b; - c
a =+ b; - d
a ++ b;
The statement a = a + b can be written in short form as —
a == b;a += b;a =+ b;a ++ b;