Hi All,
When user complile the c file defaulty it creates a.out bin file. Why user needs to run a exe with ./a.out.
please find my obervation below.
It will temperary assign the absolute path name to PATH variable and execute the binary file.
Please let me know, my observation is correct.
When user complile the c file defaulty it creates a.out bin file. Why user needs to run a exe with ./a.out.
please find my obervation below.
It will temperary assign the absolute path name to PATH variable and execute the binary file.
Please let me know, my observation is correct.
Comment