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 12757write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
TCS,
3 13372
Does c++ have finally?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is diamond problem in c++?
Discuss about iteration statements in C++ .
What is c++ namespace?
What character terminates all character array strings a) b) . c) END
what is the difference between overloading & overriding? give example.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is format for defining a structure?
Can I learn c++ without knowing c?
Can main method override?
What is the 4 difference between delete[] and delete?
What is c strings syntax?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?