2 assumed: char str[20]= "abcde" ; char *p=str; p++; Whom does p point to? A Point to 'a' А. B Point to 'b' С Point to '
Posted: Sat May 14, 2022 3:08 pm
2 assumed: char str[20]= "abcde" ; char *p=str; p++; Whom does p point to? A Point to 'a' А. B Point to 'b' С Point to 'e' D) Point to 10'