Page 1 of 1

Which of the following operation is possible using a pointer char? (Assuming the declaration is char *a;)

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) Input via %s
b) Generation of the multidimensional array
c) Changing address to point at another location
d) All of the mentioned