Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 13 The O asterisk(*) o ampersand (&) O percent sign (%) o exclamation point (!) O None of these ,also known as the address

image text in transcribed

image text in transcribed

QUESTION 13 The O asterisk(*) o ampersand (&) O percent sign (%) o exclamation point (!) O None of these ,also known as the address operator, returns the memory address of a variable. QUESTION 14 The contents of pointer variables may be changed with mathematical statements that perform: all mathematical operations that are legal in C++ O multiplication and division o addition and subtraction O multiplication and division and addition and subtraction None of these QUESTION 15 The statement cin O stores the keyboard input into the variable num3 O stores the keyboard input into the pointer called num3 O is illegal in C++ O stores the keyboard input into the variable pointed to by num3 O None of these num3 QUESTION 16 The statement int ptr new int O results in a compiler error O assigns an integer less than 32767 to the variable named ptr O assigns an address to the variable named ptr creates a new pointer named int None of these QUESTION 17 The statement int ptr has the same meaning as O int ptr O int ptr int ptr O int ptr O None of these QUESTION 18 These can be used as pointers. Array names O Numeric constants O Punctuation marks All of these None of these

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

More Books

Students also viewed these Databases questions

Question

Do you set targets to reduce complaints?

Answered: 1 week ago

Question

find all matrices A (a) A = 13 (b) A + A = 213

Answered: 1 week ago