Unexpected exit code (2 and 3) of c programs – CentOS
I'm having this weird problem which I can't really figure our why this is happening. Note: these programs are executed on centOS at the bash command line. I have two similar C programs which are: file1.c #include <stdio.h> int main()…