Computer Science, asked by Akshaybansal1663, 1 year ago

Write a c++ program to display your name

Answers

Answered by ASweety1431
1

sorry \: i \: am \: a \: python \: programmer

Answered by Anonymous
3

#include <iostream>

using namespace std;

//Compiler version g++ 6.3.0

int main()

{

cout << "Your Name";

}

For Example:

#include <iostream>

using namespace std;

//Compiler version g++ 6.3.0

int main()

{

cout << "Priyanshu";

}

Similar questions