Write about the retrieval of n number of objects during the process of delete[]p?
Can c++ do everything c can?
What is array in c++ pdf?
What is an incomplete type in c++?
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 is the function to call to turn an ascii string into a long?
Can we use resume in error handling i.e. in the catch block
Explain the difference between class and struct in c++?
What do you mean by translation unit?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is the full form of stl in c++?
Is recursion allowed in inline functions?
What is the Diffrence between a "assignment operator" and a "copy constructor"?