engineering recuitment IB JIO (Junior Intelligence Officer) Mock Test 2023 Programming and Data Structure Programming in C
Which of the following statements regarding command-line arguments is correct in C programming?
i. main( ) function accepts the two arguments.
ii. argc is an argument vector and argv is an argument count.
1
i is true, ii is true
2
i is true, ii is false
3
i is false, ii is true
4
i is false, ii is false