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 12677write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
TCS,
3 13262
What makes a language oop?
Is swift a good first language?
What is a forward referencing and when should it be used?
Is c++ a high level language?
Explain how we implement exception handling in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is the difference between equal to (==) and assignment operator (=)?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
How does com provide language transparency?
Discuss the role of C++ shorthands.
What is data types c++?
Is c++ used anymore?
How do I run a program in notepad ++?
What are c++ tokens?
Which function cannot be overloaded c++?