What are command line arguments in C?
What are command line arguments in C? a) Inputs passed to a program when it is executed b) Variables defined inside the main() function c) Memory addresses of functions d) Pointers to global variables Answer: a) Inputs passed to a program when it is executed Explanation: Command line arguments in C are inputs passed to […]
What are command line arguments in C? Read More »