Question: Is there a practical difference between these two statements? Why or why not? char str [] = I am a string.; or char str[20] =
Is there a practical difference between these two statements? Why or why not?
char str [] = "I am a string.";
or
char str[20] = "I am a string.";
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
