STL (140)
OOPS (873)
C++ General (2409)
What is c++ mutable?
Is abstract thinking intelligence?
What is the basic concept of c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Why do we need c++?
When must you use a constructor initializer list?
Write a program to find the Factorial of a number
What is a class and object?
What data encapsulation is in c++?
Can we create object of abstract class?
Is enum a class?
What is == in programming?
How did c++ start?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is the use of lambda in c++?