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
a) Input via %s
b) Generation of the multidimensional array
c) Changing address to point at another location
d) All of the mentioned
b) Generation of the multidimensional array
c) Changing address to point at another location
d) All of the mentioned