Page 1 of 1

Computer science subject: C programing

Posted: Sat May 14, 2022 3:07 pm
by answerhappygod
Computer science
subject: C programing
Computer Science Subject C Programing 1
Computer Science Subject C Programing 1 (125.19 KiB) Viewed 46 times
= 1 assumed: char str[20]= "abcde" ; char *p=str; p++; Whom does p point to? A Point to 'a' a B Point to 'b' с Point to 'e' D Point to 10