Can malloc be used in c++?


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

Post New Answer

More C++ General Interview Questions

How many lines of code you have written for a single program?

4 Answers   BoA,


Are strings mutable in c++?

0 Answers  


What are static type checking?

0 Answers  


Write about a nested class and mention its use?

0 Answers  


Can we use pointers in c++?

0 Answers  






What are c++ storage classes?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


What are function prototypes?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Categories