#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...
-
Recursivity Recursivity is the property that functions have to be called by themselves. It is useful for some tasks, such as sorting elem...
-
#include <iostream> using namespace std ; const int CITY = 2 ; const int WEEK = 7 ; int main () { int temperat...
No comments:
Post a Comment