#include <iostream> using namespace std; int main() { char name[50]; cout << "Please enter your name: "; cin >> name; cout << "Your name is: " << name << endl; }
Subscribe to:
Post Comments (Atom)
Directory implementation
The selection of directory-allocation and directory-management algorithms significantly affects the efficiency, performance, and reliabil...
-
Write a C++ program to write number 1 to 100 in a data file NOTES.TXT. #include <iostream> #include <conio.h> #include <fs...
-
#include <iostream> using namespace std ; const int CITY = 2 ; const int WEEK = 7 ; int main () { int temperat...
-
The selection of directory-allocation and directory-management algorithms significantly affects the efficiency, performance, and reliabil...
No comments:
Post a Comment