Posts

Showing posts from October, 2020

write a simple c++ program to print your name

Program:- #include<iostream.h> int main() {   Cout<<"your name";   return 0; }