In C C the default command line arguments passed to the main-02525
In C/C++, the default command line arguments passed to the main function are __________.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.1.
In C/C++, the default command line arguments passed to the main function are __________.
float argc, char **argv
int argc, char **argv
int *argc, char *argv
int argc, float **argv