C Interview Questions – Set 05
What is command line argument? The argument passed to the main() function while executing the program is known as command line argument. What is the use of the function in C? Uses of C function are: C functions are used to avoid the rewriting the same code again and again in our program. C functions … Read more