Choose the correct option 1)Which functions allow to change the location of the get and put positions ? a)sg() and sp() b)sekg() and sekp() c)gog() and gop() d)seekg() and seekp() 2)Which of the following operator is used to release the dynamically allocated memory in CPP? a) remove b)free c)delete d)both b and c 3) Local variables are stored in an area called ___________ a) Heap b) Permanent storage area c) Free memory d) Stack 4)Choose the correct option? #include using namespace std; class Base {}; class Derived: public Base {}; int main() { Base *bp = new Derived; Derived *dp = new Base; } a. No Compiler Error b.Compiler Error in line “Base *bp = new Derived;” c. Compiler Error in line ” Derived *dp = new Base;” d. Runtime Error 5)When the inheritance is private, the private methods in base class are __________ in the derived class (in C++). a. Inaccessible b.. Accessible c.. Protected d. Public

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section13.5: Dynamic Data Structure Allocation
Problem 1E
icon
Related questions
icon
Concept explainers
Question

Choose the correct option

1)Which functions allow to change the location of the get and put positions ?
a)sg() and sp()
b)sekg() and sekp()
c)gog() and gop()
d)seekg() and seekp()


2)Which of the following operator is used to release the dynamically allocated memory in CPP?
a) remove
b)free
c)delete
d)both b and c

 

3) Local variables are stored in an area called ___________
a) Heap
b) Permanent storage area
c) Free memory
d) Stack

 


4)Choose the correct option?
#include<iostream>
using namespace std;

class Base {};

class Derived: public Base {};

int main()
{
Base *bp = new Derived;
Derived *dp = new Base;
}
a. No Compiler Error
b.Compiler Error in line “Base *bp = new Derived;”
c. Compiler Error in line ” Derived *dp = new Base;”
d. Runtime Error

 

5)When the inheritance is private, the private methods in base class are __________ in the derived class (in
C++).
a. Inaccessible
b.. Accessible
c.. Protected
d. Public

 

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Data Dictionary
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning