11. Complete the code given below: #include using namespace std; vector toUpperVector(vectorvC){ //convert all characters of vC to uppercase //write your code here } int main() { vectorvC =...


11. Complete the code given below:<br>#include<bits/stdc++.h><br>using namespace std;<br>vector<char> toUpperVector(vector<char>vC){<br>//convert all characters of vC to uppercase<br>//write your code here<br>}<br>int main()<br>{<br>vector<char>vC = {'a','b''c','d',

Extracted text: 11. Complete the code given below: #include using namespace std; vector toUpperVector(vectorvC){ //convert all characters of vC to uppercase //write your code here } int main() { vectorvC = {'a','b''c','d',"O'}; vC = toUpperVector(vC); for(char ch: vC){ cout<><" ";="" }="">

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here