I would just like to know whether the following statements are the same:
char str[80];
char *p1;
p1 = str;
and
char str[80];
char *p1 = str;
Thanks
Yes, the statements are the same.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With