What is the operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function to call to turn an ascii string into a long?
Which of the following operator cannot be overloaded?
What is the difference between inline functions and macros?
Search for: what is pair in c++?
What are the data types in c++?
what is the difference between overloading & overriding? give example.
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What is low level language in simple words?
What is the benefit of learning c++?
What are activex and ole?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Are vectors faster than arrays?