Given the following C++ code'snippet, provide the code to store the address of test grade in ptr_test_grade. Your answer must be exact. Do not include any unnecessary spaces. char test grade = 'A'; char *ptr_test_grade;

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section9.4: Character Manipulation Functions
Problem 9E
icon
Related questions
Question
Given the following C++ code'snippet, provide the code to store the address of test grade in ptr_test_grade.
Your answer must be exact. Do not include any unnecessary spaces.
char test grade = 'A';
char *ptr_test_grade;
Transcribed Image Text:Given the following C++ code'snippet, provide the code to store the address of test grade in ptr_test_grade. Your answer must be exact. Do not include any unnecessary spaces. char test grade = 'A'; char *ptr_test_grade;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
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