How is new() different from malloc()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile variable?
How can I disable the "echo" feature?
What is c++ redistributable?
What is heap sort in c++?
What is the basic structure of a c++ program?
what is C++ objects?
Why can’t you call invariants() as the first line of your constructor?
What is a far pointer? where we use it?
What is do..while loops structure?
Explain virtual class and friend class.
If a function doesn’t return a value, how do you declare the function?
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().