Page 1 of 1

What will be the size of the following pointers? What are their scalar values? Explain with screenshots. int * p; double

Posted: Sat Feb 19, 2022 3:20 pm
by answerhappygod
What will be the size of the following pointers? What are their
scalar values? Explain with screenshots.
int * p;
double *q;
char* r;
float* s;