What are pointers, when declared, intialized to
a) NULL
b) Newly allocated memory
c) Nothing. Its random
What is the main function c++?
Is there a datatype string in c++?How is the memory allocation?
Why should we use null or zero in a program?
Why do we use templates?
What is cout flush?
What is called array?
what is a reference variable in C++?
Explain differences between new() and delete()?
Explain friend class?
Can we change the basic meaning of an operator in c++?
Is string data type in c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].