What is the difference between malloc, calloc and realloc?


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

Post New Answer

More C++ Interview Questions

What is partial specialization or template specialization?

0 Answers   Amazon,


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What is a constructor initializer list?

0 Answers   Amazon,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


Discuss the role of C++ shorthands.

0 Answers   Adobe,


How to reverse a string in C++

0 Answers  


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


What are the major differences between C and C++?

0 Answers   Amazon,


When must you use a constructor initializer list?

0 Answers   Amazon,


Can we call a virtual function from a constructor?

1 Answers  


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


Categories