Page 1 of 1

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
by answerhappygod
 1
1 (125.99 KiB) Viewed 47 times
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'