Question 21-24 of 135: Introduction to Programming in C ++ (IT & Computer Programming) | CUET (Common University Entrance Test) PG Bioinformatics (SCQP06) | Includes PYQs | Get Solutions with Detailed Explanations

Choose Programs

πŸ“Ή Video Course 2025 (0 Lectures [0 mins]): Offline Support

Rs. 100.00

Price Per Month, Add to Cart for 3/6/12-Month Discounts

Preview All LecturesDetails

πŸŽ“ Study Material (331 Notes): 2025-2026 Syllabus

Rs. 450.00

3 Year Validity

Topic-wise Notes & SampleDetails

🎯 915 MCQs (& PYQs) with Explanations (2025-2026 Exam)

Rs. 450.00

3 Year Validity

CoverageDetailsSample Explanation

Help me Choose❓Already Subscribed?

Question 21

IT & Computer ProgrammingIntroduction to Programming in C ++Introduction to Characters and String Processing, Classes (Structures, Class Scope, Access Utility Functions, Constructors, Destructors, Use of Data Members and Member Functions)

MCQ

Read the question, then carefully choose the correct answer(s).

Appeared in Year: 2011

The goal of operator overloading is (June Paper 2)

Choices

Choice (4)Response

a.

To help the developer of a class

b.

To help the user of a class

c.

To help define friend function

d.

All of the above.

Question 22

IT & Computer ProgrammingIntroduction to Programming in C ++Introduction to Characters and String Processing, Classes (Structures, Class Scope, Access Utility Functions, Constructors, Destructors, Use of Data Members and Member Functions)

MCQ

Read the question, then carefully choose the correct answer(s).

Appeared in Year: 2012

The β€˜C’ language is (December Paper II)

Choices

Choice (4)Response

a.

Context free language

b.

Context sensitive language

c.

Regular language

d.

Question does not provide sufficient information or is vague.

Question 23

IT & Computer ProgrammingIntroduction to Programming in C ++C ++ Control Structures (If, if-Else, While, Do-While, for, Switch)

MCQ

Read the question, then carefully choose the correct answer(s).

Appeared in Year: 2012

Which of the following are two special functions that are meant for handling exception, that occur during exception handling itself? (December Paper II)

Choices

Choice (4)Response

a.

Void terminate () and Void unexpected ()

b.

Non void terminate () and void unexpected ()

c.

Void terminate () and non void unexpected ()

d.

Non void terminate () and non void unexpected ()

Question 24

IT & Computer ProgrammingIntroduction to Programming in C ++Functions (Definition and Prototypes, Storage Classes, Scope Rules, Recursion, Inline Functions, References and Reference Parametrics, Function Overloading, Function Templates)

Match List-1 with List-2

Match items in List-1 with List-2, then choose the correct option.

Appeared in Year: 2012

Match the following with respect to C++ data types: (December Paper II)

List-β…  (Group I)List-β…  (Group II)
(A)

Built in type

(I)

Qualifier

(B)

User defined type

(II)

Pointer

(C)

Derived type

(III)

Union

(D)

Long double

(IV)

Void

Choices

Choice (4)Response
  • (A)
  • (B)
  • (C)
  • (D)

a.

  • (III)
  • (I)
  • (II)
  • (IV)

b.

  • (III)
  • (II)
  • (I)
  • (IV)

c.

  • (I)
  • (III)
  • (II)
  • (IV)

d.

  • (IV)
  • (III)
  • (II)
  • (I)