Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_sessionc3b62a66c335146c0aee9d705942c0ed55d43924): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Given the following code: #include #include #include void main() { if(fork()) fork(); else printf("Hello World\n"); } - How many total process will be created? Why? - How many times the “Hello World” line will be printed? Why?