If char *p = “Redmi”; and char arr[ ] = “Redmi”;, it is possible to use (A) p++, (B) p + 1, (C) arr + 1, (D) all of these, (E) A and C. For the string s, the expression *(s + strlen(s) - 1) signifi es...


If char *p = “Redmi”; and char arr[ ] = “Redmi”;, it is possible to use (A) p++, (B) p + 1,


(C) arr + 1, (D) all of these, (E) A and C.


For the string s, the expression *(s + strlen(s) - 1) signifi es (A) the last character,


(B) the character prior to the last one, (C) implementation-dependent, (D) none of these.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here