

MCQOPTIONS
Saved Bookmarks
1. |
In context of command line arguments in C programming, which of the following is true about argv? |
A. | It is an array of character pointers |
B. | It is pointer to an array of character pointers. |
C. | It is an array of characters |
D. | It is a simple integer variable |
Answer» B. It is pointer to an array of character pointers. | |