Computer science subject: C programing
Posted: Sat May 14, 2022 3:07 pm
Computer science
subject: C programing
= 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
subject: C programing
= 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