✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Які з наведених операцій присвоєння значень вказівникам є НЕправильними для наведених оголошень об'єктів даних?
float z=3.45;
int x=1, y=2;
int *pnt,*ptr;
float *pf;
void *vp;