Are vectors faster than arrays?
What are the benefits of pointers?
Is c++ still being used?
What is the need of a destructor? Explain with the help of an example.
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What is the latest c++ standard?
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
What is the benefit of encapsulation?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
To what does “event-driven” refer?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What are the differences between new and malloc?
In which memory a class gets stored(in heap /in stack)? And why??