Programming in C plus plus questions and answers


Share Via:
        



Total of 33 Questions.

  Programming in C plus plus Topics:


1.   Where and how can you use a private constructor?(Answered)
Where and how can you use a private constructor?.
Posted On:Sat 20, March 2021 20:25:35 pm
2.   Write short notes on the following types of constructors: i. Parameterized constructors. ii. Default constructors.(Answered)
Write short notes on the following types of constructors: i. Parameterized constructors. ii. Default constructors..
Posted On:Wed 10, March 2021 07:09:13 am
3.   Discuss any three rules for overloading operators in a program.(Answered)
Discuss any three rules for overloading operators in a program..
Posted On:Wed 10, March 2021 07:07:23 am
4.   With the help of syntax, explain how arrays are initialized outside the class.(Answered)
With the help of syntax, explain how arrays are initialized outside the class..
Posted On:Wed 10, March 2021 07:06:03 am
5.   Discuss the importance of arrays in a program.(Answered)
Discuss the importance of arrays in a program..
Posted On:Wed 10, March 2021 07:04:31 am
6.   With the help of syntax and a flowchart, explain the switch case control structure.(Answered)
With the help of syntax and a flowchart, explain the switch case control structure..
Posted On:Wed 10, March 2021 07:00:49 am
7.   Goto control structure is not widely used in programming. Justify the statement.(Answered)
Goto control structure is not widely used in programming. Justify the statement..
Posted On:Wed 10, March 2021 06:57:48 am
8.   How are control structures important in program development? Explain(Answered)
How are control structures important in program development? Explain.
Posted On:Wed 10, March 2021 06:56:51 am
9.   The world is experiencing paradigm shift from structured programming approach to object oriented programming approach. Explain the reasons that justify this scenario.(Answered)
The world is experiencing paradigm shift from structured programming approach to object oriented programming approach. Explain the reasons that justify this scenario..
Posted On:Wed 10, March 2021 06:55:40 am
10.   Explain the importance of array initialization.(Answered)
Explain the importance of array initialization..
Posted On:Wed 10, March 2021 06:53:13 am
11.   Explain the possible ways of code re use in object oriented programming(Answered)
Explain the possible ways of code re use in object oriented programming.
Posted On:Wed 10, March 2021 06:51:36 am
12.   Discuss the importance of function declaration in a program.(Answered)
Discuss the importance of function declaration in a program..
Posted On:Wed 10, March 2021 06:50:25 am
13.   What are the various types of tokens available in C++ programming language(Answered)
What are the various types of tokens available in C++ programming language.
Posted On:Wed 10, March 2021 06:48:05 am
14.   Explain the following object oriented programming terms; i. Encapsulation ii. Polymorphism iii. Function overloading(Answered)
Explain the following object oriented programming terms; i. Encapsulation ii. Polymorphism iii. Function overloading.
Posted On:Wed 10, March 2021 06:46:42 am
15.   Mention any two pure object oriented programming languages(Answered)
Mention any two pure object oriented programming languages.
Posted On:Wed 10, March 2021 06:43:51 am
16.   Explain the application areas of object oriented programming(Answered)
Explain the application areas of object oriented programming.
Posted On:Wed 10, March 2021 06:42:59 am
17.   Discuss the potential features of object oriented programming(Answered)
Discuss the potential features of object oriented programming.
Posted On:Wed 10, March 2021 06:41:23 am
18.   By use of an example, explain array of objects.(Answered)
By use of an example, explain array of objects..
Posted On:Wed 10, March 2021 06:30:07 am
19.   Mention and explain any three user defined data types and how they are initialized in the program.(Answered)
Mention and explain any three user defined data types and how they are initialized in the program..
Posted On:Wed 10, March 2021 06:26:35 am
20.   Explain how reusability is achieved in object oriented programming(Answered)
Explain how reusability is achieved in object oriented programming.
Posted On:Wed 10, March 2021 06:23:13 am
21.   State two uses of pointers in a program.(Answered)
State two uses of pointers in a program..
Posted On:Wed 10, March 2021 06:22:09 am
22.   With the help of syntax and a flowchart, explain the following types of control structures. i. do ….. while loop control structure ii. switch case control structure (Answered)
With the help of syntax and a flowchart, explain the following types of control structures. i. do ….. while loop control structure ii. switch case control structure .
Posted On:Wed 10, March 2021 06:20:04 am
23.   Explain the importance of the following types of operators in object oriented programming. i. Scope resolution operator (::). ii.this operator.(Answered)
Explain the importance of the following types of operators in object oriented programming. i. Scope resolution operator (::). ii.this operator..
Posted On:Wed 10, March 2021 05:54:32 am
24.   Mention the possible errors in a program and explain how they are corrected(Answered)
Mention the possible errors in a program and explain how they are corrected.
Posted On:Wed 10, March 2021 05:52:54 am
25.   With the help of syntax and an example, explain parameterized constructors in a class(Answered)
With the help of syntax and an example, explain parameterized constructors in a class.
Posted On:Wed 10, March 2021 05:50:43 am
26.   How is an exception handled in C++? Explain by use of the syntax.(Answered)
How is an exception handled in C++? Explain by use of the syntax..
Posted On:Tue 9, March 2021 21:35:20 pm
27.   A class is required to determine the number of bytes for each data type entered into the program. Write a class oriented program that displays the corresponding bytes for each data type in the program.(Answered)
A class is required to determine the number of bytes for each data type entered into the program. Write a class oriented program that displays the corresponding bytes for each data type in the program..
Posted On:Tue 9, March 2021 20:26:41 pm
28.   Tokens play a vital role in programming. Give an account of the different types of tokens in a typical C++ program.(Answered)
Tokens play a vital role in programming. Give an account of the different types of tokens in a typical C++ program..
Posted On:Tue 9, March 2021 20:24:49 pm
29.   Explain the relationship between C and C++ programming.(Answered)
Explain the relationship between C and C++ programming..
Posted On:Tue 9, March 2021 20:22:59 pm
30.   Explain the following programming terms: i. Friend function ii. Inline functions(Answered)
Explain the following programming terms: i. Friend function ii. Inline functions.
Posted On:Tue 9, March 2021 20:21:21 pm
31.   What are the advantages of Object oriented programming over Modular programming(Answered)
What are the advantages of Object oriented programming over Modular programming.
Posted On:Tue 9, March 2021 20:18:37 pm
32.   A perfect square is a number that can be expressed as the product of two equal integers. Draw a flowchart, and write a corresponding class oriented program to check if any entered number is a perfect square integer number.(Answered)
A perfect square is a number that can be expressed as the product of two equal integers. Draw a flowchart, and write a corresponding class oriented program to check if any entered number is a perfect square integer number..
Posted On:Tue 9, March 2021 20:05:47 pm
33.   Discuss the major causes of software crisis in the world(Answered)
Discuss the major causes of software crisis in the world.
Posted On:Tue 9, March 2021 20:00:39 pm
Page 1 of 1
More Questions Categories:


About Us

Contact us

Terms of use | Privacy policy

Follow Us:               

All Rights Reserved © 2024; pscustudies.com