I have an issue and I don't know my program is correct or not. Please let me know your ideas?
Issue: Create a process file program in command line and the return of program is the number of processed file.
My program: in main() function I return the number of processed file.
Is it correct? If correct, how can I get this value from another program?
Please help me?