A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessionkq2a9ptqmjtl91spj4ku5j3am7umgva9): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

What is the output of this program?#include using namespace

Home » C++ Programming » Comments » Question
  1. What is the output of this program?
    #include 
    using namespace std;
    int main()
    {
    /* this is comment*\
    cout << "Interview Mania";
    return 0;
    }
    1. Interview Mania
    2. Compilation Error
    3. Runtime Error
    4. Garbage value
    5. None of these
Correct Option: B

Because the slash should need to be forward not backward.



Your comments will be displayed only after manual approval.