subject

1 #include 2 using namespace std;
3 int main ()
4
5 {
6 char name[20];
7 cout << "Enter a Name: ";
8 fgets(name, 20, stdin);
9 for (int i=0; name[i] !='\0'; i++);
10 {
11 name[i] = toupper(name[i]);
12 }
13 cout << "name in uppercase is: 14 "<< name;
15 return 0;
16 }

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:30
What is linux? an open source operating system a version of ms dos the first version of unix the newest technology available
Answers: 1
question
Computers and Technology, 22.06.2019 17:00
Your computer running windows 10 is doing some very strange things with the operating system. you are fairly certain it is not a hardware issue. you need to try to get further insight into what is going on within the operating system. which tool would be best suited for this?
Answers: 2
question
Computers and Technology, 23.06.2019 06:30
How do you write an argumentative essay about the importance of free enterprise ?
Answers: 1
question
Computers and Technology, 23.06.2019 10:00
How do i delete my account on this because i didn't read this agreements and also i put age at xd
Answers: 1
You know the right answer?
1 #include 2 using namespace std;
3 int main ()
4
5 {
6 char name[20];
Questions
question
Mathematics, 29.10.2019 00:31
Questions on the website: 13722362