The function executes the specified system command through the parameter. In fact, the function does not execute the command itself; it calls the command processor to execute the commands. After the command is executed, the command processor returns control to the program, returning an integer value, the interpretation of which depends on the system.
CODE:
system("start %SystemRoot%\System32\calc.exe");