1.

Rose wants to print as follows \n is used for New Line. Write down the C++ statement for the same.

Answer»

#include <iostream>

using namespace std; 

int main() 

cout<<“\\n is used for New Line”; 

}



Discussion

No Comment Found

Related InterviewSolutions