1. We can send arguments at the command line even if we define a main( ) function without parameters.
False: We have to send arguments, that collect the commands from the user using the command prompt.
2. To use standard file pointers we don’t need to open the file using fopen( ).
True: File can be opened by giving their name in the command line at runtime.
3. The zeroth element of the argv array is always the name of the exe file.
True.