Multiple choice technology programming languages

It is possible to process return value of system()

  1. True

  2. 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.