Multiple choice technology programming languages It is possible to process return value of system() True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The system() function returns the termination status of the shell command it executed, which can be processed using standard macros like WIFEXITED and WEXITSTATUS.