What is malloc in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between new() and malloc()?
how to swap two strings without using any third variable ?
Explain operator overloading.
Explain data encapsulation?
What is copy constructor? Can we make copy constructor private in c++?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Difference between shift left and shift right?
If dog is a friend of boy, is boy a friend of dog?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Write a program to find the Factorial of a number
difference between the c++ and c languages
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)