Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Explain how to initialize a const member data.
How much maximum can you allocate in a single call to malloc()?
Can we define a constructor as virtual in 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
What are the uses of c++ in the real world?
What is capacity in vector in c++?
Why use of template is better than a base class?
What are the advantages of prototyping?
Write bites in Turbo c++ Header ("Include") Files.
What kind of jobs can I get with c++?
What is the default access level?
Why is c++ still best?
What's the order in which the local objects are destructed?