Can malloc be used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How does code-bloating occur in c++?
What do you mean by const correctness?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What are the uses of typedef in a program?
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
Do the parentheses after the type name make a difference with new?
What are the restrictions apply to constructors and destructors?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Explain abstraction.
Write about the use of the virtual destructor?
what do you mean by memory management operators