On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
No Answer is Posted For this Question
Be the First to Post Answer
How size of a class can be calulated?
What is the best c++ compiler?
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
Is c++ a software?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Why can’t you call invariants() as the first line of your constructor?
How many types of classes are there in c++?
What information can an exception contain?
What are the advantages of prototyping?
What is static in c++?
Define token in c++.