Code:
----------
#include <iostream>
using namespace std;
int main()
{
cout<<"Column 1\tColumn 2"<<endl;
cout<<"2\t\t1"<<endl;
cout<<"3\t\t2"<<endl;
//Here "\t" returns one tab
return 0;
}
Output :
--------------
Get Answers For Free
Most questions answered within 1 hours.