Question: What is the type of array which is accepted by the main 0 function to store the command line arguments? a) Depends on the datatype





What is the type of array which is accepted by the main 0 function to store the command line arguments? a) Depends on the datatype of the arguments b) 2-D Square Array c) Jagged Array d) 1-D array Answer What will be the output of the following statement? (assuming the input is "Smarter way to learn") printf ("%s ", argv [ argc] ) ; a) (null) b) way to learn c) learn d) Segmentation Fault Answer What is the output of the following C program? include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
