Answer Posted / kaminee
1
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are features of c++?
What is c++ in english?
What is null c++?
Explain how an exception handler is defined and invoked in a Program.
What is ios :: in in c++?
When should you use global variables?
What is c++ code?
What is malloc in c++?
Explain about Garbage Collector?
What is the purpose of the "delete" operator?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
How much maximum can you allocate in a single call to malloc()?
How a new element can be added or pushed in a stack?
Can a program run without main?
What is an operator function? Describe the function of an operator function?