void vp; char c; int i=20; float f=30.00; pick the line which will cause an error in a C++ compiler
Reveal answer
Fill a bubble to check yourself
void vp; char c; int i=20; float f=30.00; pick the line which will cause an error in a C++ compiler