[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Command Line Arguments - Discussion

Home > C Programming > Command Line Arguments > MCQs Questions Discussion

1 / 15

Choose the correct option.

which is the correct way of declaring main() when it receives command line arguments ?

Amain (int argc, char argv[])

Bmain (argc, argv) int argc; char*argv[];

Cmain () { int argc; char*argv[]; }

DNone of the above

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!