Severity: Warning
Message: fopen(/home/answnniz/public_html/system/sessions/ci_sessionc0ae945c85f9eba5e37004817263501f0d063399): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Part 1: String permutations - Write a recursive function to print all permutations of a string. For Example , for a string abc, the permutation is : abc, acb, bac, bca, cab, aba. Part 2: Convert Student Record Program to a class and object format, Please Make sure you are using member access specifier. Please note: • use sufficient comments to clarify use of syntax • use meaningful variable (identifier) in the program • separate input, process and ouput instructiona by a comment (in-process-out) ****PLEASE WRITE BOTH PARTS SEPARATELY AND WRITE THE PROGRAM USING C++, THANK YOU!*******