Question: Explain this code please ***** #include #include int main() { char a[]= UPM; char *b= UPM; printf(sizeof(a): %d sizeof(b) %d , sizeof(a), sizeof(b)); printf(sizeof(*a): %d
Explain this code please
***** #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
