Explain differences between alloc() and free()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


What is problem with overriding functions?

0 Answers  


What is the difference between structures and unions?

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


How do you remove an element from a set in c++?

0 Answers  


Live example for static function?

1 Answers   Infosys,


How the V-Table mechanism works?

6 Answers   HP,


What are guid?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


Can we overload operator in c++?

0 Answers  


Categories