1.

Alvis wants to give some space using escape sequence as follows Welcome to C++. Write down the C++ statement for the same

Answer»

#include <iostream>

using namespace std; 

int main() 

{

cout<<“Welcome to \t C++”;

}



Discussion

No Comment Found

Related InterviewSolutions