Course : oop / Quiz : [topic:all,level:all]
Stop Quiz
v08-l3-checkAllowed
(169/222)
Which of the following variable assignments
do not
work?
int
a
=
5
;
3
=
3
;
int
b
{
17
}
int
c
(
-12
)
???