Answer:
Step-by-step explanation:
In C or C++ if you are defining a variable, the type should be written before the variable.
Example
int z,p=6;
Also in this statement semi colon is missing.
4.7m questions
6.1m answers