For the declaration char s[ ] = {‘N’, ‘O’};, (A) s represents a string, (B) s doesn’t represent a string, (C) length of s is 2, (D) length of s is 3, (E) B and C. If char *s = “Nokia”; and char t[ ] =...


For the declaration char s[ ] = {‘N’, ‘O’};, (A) s represents a string, (B) s doesn’t represent


a string, (C) length of s is 2, (D) length of s is 3, (E) B and C.


If char *s = “Nokia”; and char t[ ] = “Nokia”;, (A) s and t represent the address of ‘N’,


(B) the pointer value of t can be changed, (C) pointer value of s can be changed,


(D) A and B, (E) A and C.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here