STL (140)
OOPS (873)
C++ General (2409) Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 12762write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
TCS,
3 13391
What is dev c++ used for?
What is inheritance and how many types of inheritance?
What are two types of polymorphism?
How a pointer differs from a reference?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is a standard template library (stl)? What are the various types of stl containers?
Which format specifier is used for printing a pointer value?
Can we call a virtual function from a constructor?
What is diamond problem in c++?
What are the steps in the development cycle?
Why do we need runtime polymorphism in c++?
What is difference between malloc()/free() and new/delete?
What are mutator methods in c++?
What is advantage of inheritance?
What is encapsulation in ict?