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 12671write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
TCS,
3 13251
Difference between a copy constructor and an assignment operator.
Which software is best for coding?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Why do we use the using declaration?
What is #include sstream?
Is java easier than c++?
Which sort does c++ use?
What is difference between class and function?
Can we call C++ OOPS? and Why
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is == in programming?
Why is swift so fast?
How will you print a list of all unique words from a string which may contain repeated words?
What things would you remember while making an interface?
What is a singleton c++?