Question: What is the signature of math in function using command line arguments?

Options

A : int main(int argc, char const *argv[]);

B : int main(int argc, char const **argv);

C : int main(int argc, char **argv);

D : all of the mentioned

Click to view Correct Answer

Previous || Next

Cplusplus Programming Command Line Arguments more questions

Which of the following function declaration is illegal?

What is the correct syntax of declaring array of pointers....

How do you instantiate an array in Java?

How do you initialize an array in C?

Which of the following correctly declares an array?

Which of the following is not a valid C variable....

What members do the structure returned by function div() contains?

What is the prototype of strcoll() function?

It is guaranteed that a ____ has at least 8....

Which of the following is the correct way to declare....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

Cplusplus Programming Character Classification

Cplusplus Programming Classes 2

C Plus Plus Programming Class Hierarchies

Cplusplus Programming Class Relationships

Cplusplus Programming Class Templates

Cplusplus Programming Complex Library 1

Cplusplus Programming Complex Library 2

Cplusplus Programming Constructors Destructors 1

Cplusplus Programming Constructors Destructors 2

Cplusplus Programming Cplusplus Concepts 1