How much maximum can you allocate in a single call to malloc()?
No Answer is Posted For this Question
Be the First to Post Answer
What does I ++ mean in c++?
Which one between if-else and switch is more efficient?
What is the use of "new" operator?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Explain function overloading
What is pure virtual function? Or what is abstract class?
Write a Program to find the largest of 4 no using macros.
What is virtual destructor ans explain its use?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
What are the uses of pointers?
What are the advantages of using friend classes?
Mention the ways in which parameterized can be invoked.