[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

11 / 15

If the following program (myprog) is present in the directory
c:/bc/tuesthen what would be its output ?

main (int argc, char*argv[])
{
printf ("%s", argv[0]);
}

AMYPROG

BC:\BC\TUCS\MYPROG.exe

CError

DC:\BC\TUCS

ENone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!