What do the following declaration signify?char **argv; - Study24x7
Social learning Network
15 Mar 2023 11:05 AM study24x7 study24x7

What do the following declaration signify?

char **argv;

A

argv is a pointer to pointer.

B

argv is a pointer to a char pointer.

C

argv is a function pointer.

D

argv is a member of function pointer.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles