Give the following declarations and an assignment statement. Which one is equivalent to the expression str [4]?
char str[80];  
char * p;
p = str;

Posted on by