void Q1_3() { cout<=0; ctr--, intP--) { cout<<"ASCII code of character “<< *intP <<" is equal to “<<(int)(*intP)<

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 4PP: (Numerical) Write and test a function that returns the position of the largest and smallest values...
icon
Related questions
Question

[1-Final] Instructions: What will be the output of the given program snippet (user-defined function)?

*Display/output the character's ACII code only no need to display/output the message "ASCII code of character "__________" is equal to "__________.

Note: ASCII code of A-Z is equal to 65 to 90

 

_______________,     _______________,     _______________,

_______________,     _______________,     _______________,

_______________,     _______________,

void Q1_3()
{ cout<<endl<<"You choose Function #3";
const int SIZE = 10;
char *intP, num[ = {'C', 'O', 'M', 'P", 'U', 'T', 'E', 'R'};
IIASCII code of A to Z is 65 to 90
intP = &num[SIZE-1];
cout<<endl<<"Output of Q1_3: “;
for(ctr=SIZE-1; ctr>=0; ctr--, intP--)
{
cout<<"ASCII code of character “<< *intP <<" is equal to "<<(int)(*intP)<<endl;
}
Transcribed Image Text:void Q1_3() { cout<<endl<<"You choose Function #3"; const int SIZE = 10; char *intP, num[ = {'C', 'O', 'M', 'P", 'U', 'T', 'E', 'R'}; IIASCII code of A to Z is 65 to 90 intP = &num[SIZE-1]; cout<<endl<<"Output of Q1_3: “; for(ctr=SIZE-1; ctr>=0; ctr--, intP--) { cout<<"ASCII code of character “<< *intP <<" is equal to "<<(int)(*intP)<<endl; }
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Program on Numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr