Question: If the parameters of a C program is given as: a.out input1 input2 input3 4 what is the output of argv[2] and arge arguments

If the parameters of a C program is given as: a.out "input1 

If the parameters of a C program is given as: a.out "input1 input2" "input3" 4 what is the output of argv[2] and arge arguments considering: int main(int argc, char *argv[]) { // some code segment here } A. input24 B. input33 C. input14 D. input15 E. input34

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!