Question List for "Starting Out with C++ from Control Structures to Objects"

  Topics Views Last post
Computer Science » What will the following code output?int number = 22;int *var = &number;cout New
Started by dalyningkenk
63 May 22, 2019
Programming and Graphic Design » When you pass a pointer as an argument to a function, you must New
Started by silviawilliams41
28 May 22, 2019
Programming and Graphic Design » A pointer variable may be initialized with New
Started by sarasara
42 May 22, 2019
Computer Science » The itoa function is similar to atoi but it works in reverse. New
Started by burton19126
52 May 22, 2019
Programming and Graphic Design » Not all arithmetic operations can be performed on pointers. For example, you cannot ________ or ... New
Started by chandani
44 May 22, 2019
Computer Science » A test using the isupper function will return false if the argument is an uppercase character. New
Started by j.rubin
44 May 22, 2019
Programming and Graphic Design » The following statement ________.int *ptr = new int; New
Started by Engineer
25 May 22, 2019
Programming and Graphic Design » Which of the following can be used as pointers? New
Started by kfurse
24 May 22, 2019
Computer Science » Which of the following statements displays the address of the variable numb? New
Started by waynest
180 May 22, 2019
Computer Science » What will the following code output?int *numbers = new int[5];for (int i = 0; i New
Started by ashley
21 May 22, 2019