Given an integer pointer variable defined as int *ptr; Which of the following statement is invalid? O A) ptr++; B) --ptr; C) ptr/2

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Answer if u are sure
5.
Given an integer pointer variable defined as
int *ptr;
Which of the following statement is invalid?
O A) ptr++;
O B) --ptr;
O C) ptr/2
6.
what is the output of the following C++ code segment?
int numbers [ ] = {10, 20, 30, 40, 50};
cout <« * (numbers+3) « endl;
O A) 20
B) 30
O C) 40
7.
Given an array defined as
int array [5];
Which of the following relational expression is true?
O A) array < &array[0]
O B) array < &array[1]
O c) &array[4] < &array[3]
8. Given a class Rectangle, which of the following statement defines a pointer to a Rectangle object?
A) Rectangle pRect;
O B) Rectangle &pRect;
C) Rectangle *pRect;
9. Which of the following statement dynamically allocate memory for an integer?
O A) int *ptr; ptr = & int;
O B) int *ptr; ptr = new int;
O C) int *ptr; ptr = int;
10.
Suppose class Rectangle has a public member function getlength( )
Then given the following statements
Rectangle *pRect;
pRect = new Rectangle;
which of the following statement is incorrect for calling the member function getLength( ) in Rectangle?
O A) pRect.getLength()
O B) pRect->getLength()
O c) (*pRect).getLength()
Transcribed Image Text:5. Given an integer pointer variable defined as int *ptr; Which of the following statement is invalid? O A) ptr++; O B) --ptr; O C) ptr/2 6. what is the output of the following C++ code segment? int numbers [ ] = {10, 20, 30, 40, 50}; cout <« * (numbers+3) « endl; O A) 20 B) 30 O C) 40 7. Given an array defined as int array [5]; Which of the following relational expression is true? O A) array < &array[0] O B) array < &array[1] O c) &array[4] < &array[3] 8. Given a class Rectangle, which of the following statement defines a pointer to a Rectangle object? A) Rectangle pRect; O B) Rectangle &pRect; C) Rectangle *pRect; 9. Which of the following statement dynamically allocate memory for an integer? O A) int *ptr; ptr = & int; O B) int *ptr; ptr = new int; O C) int *ptr; ptr = int; 10. Suppose class Rectangle has a public member function getlength( ) Then given the following statements Rectangle *pRect; pRect = new Rectangle; which of the following statement is incorrect for calling the member function getLength( ) in Rectangle? O A) pRect.getLength() O B) pRect->getLength() O c) (*pRect).getLength()
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY