COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these data types is used to store command line arguments?
A
Array
B
Stack
C
String
D
Integer
Explanation: 

Detailed explanation-1: -String data types are made to be used while storing command line arguments.

Detailed explanation-2: -Explanation: String data types is used to store command line arguments.

Detailed explanation-3: -Explanation: All command Line arguments are passed as a string.

Detailed explanation-4: -Explanation:-The command line arguments are handled using main() function arguments.

There is 1 question to complete.