CIS 17A Exam 4 Questions with Complete

Study Guides Aug 1, 2025
Loading...

Loading document viewer...

Page 0 of 0

Document Text

CIS 17A Exam 4 Questions with Complete Solutions (Latest 2025) Which symbol is used to get the address of a variable?

  • @
  • %
  • &
  • * - Correct Answers ✅&
  • You can dynamically create classes using new.True or False - Correct Answers ✅True Which symbol is used to dereference a pointer variable (aka Indirection Operator)?

  • @
  • #
  • &
  • * - Correct Answers ✅*
  • If "Insect" was the name of a class, and "house_fly" was an instance of that class, then house_fly (not Insect) would be considered an object.True or False - Correct Answers ✅True Which of the following symbols is used to indicate that a variable is a pointer when it is declared?

  • $ 1 / 2

CIS 17A Exam 4 Questions with Complete Solutions (Latest 2025)

  • %
  • &
  • * - Correct Answers ✅*
  • The member functions of a class are called "Attributes".True or False - Correct Answers ✅False Which declaration correctly creates a pointer to an int?Assume "num" is an int variable.

  • int *a_ptr = #
  • int *a_ptr = num;
  • int a_ptr = #

d) None of the above - Correct Answers ✅

Pointers are used to store:

a) Memory addresses

b) Numeric data

c) Character Data

d) Objects - Correct Answers ✅Memory addresses

You can pass a non-constant pointer to a function as a pointer to a constant.True or False - Correct Answers ✅True

  • / 2

Download Document

Buy This Document

$30.00 One-time purchase
Buy Now
  • Full access to this document
  • Download anytime
  • No expiration

Document Information

Category: Study Guides
Added: Aug 1, 2025
Description:

CIS 17A Exam 4 Questions with Complete Solutions (Latest 2025) Which symbol is used to get the address of a variable? a) @ b) % c) & d) * - Correct Answers ✅& You can dynamically create classes u...

Get this document $30.00