Westonci.ca is the ultimate Q&A platform, offering detailed and reliable answers from a knowledgeable community. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

Write a c++ program for displaying your full name

Sagot :

Explanation:

#include<iostream>

using namespace std;

void main() {

      cout << "Name :: "your name"" << endl;

}

Unless I absolutely forgot how to write codes, this should be how you do it.