Computer Science, asked by aheseS3AKS0ilkumath, 1 year ago

Choose the Correct Option Related to Use Pointer in C
A function in C using pointer can return: 1. Only one value 2. Multiple values 3. Does not return anything 4. None of the above.

Answers

Answered by kvnmurty
0
2.  multiple values 

The pointer value that is returned  can be the pointer to a data instance/structure that contains multiple values like  an Array, linked list, record,  structure  etc..

Similar questions