in C++ , the word plus plus who found this?
Answers were Sorted based on User's Feedback
What is the use of turbo c++?
What are friend functions?
What are different types of typecasting supported by C++
What is the difference between global int and static int declaration?
What is a constant? Explain with an example.
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Why was c++ made?
How to change constant values?
Which is better turbo c++ or dev c++?
Why is c++ still popular?
Will a catch statement catch a derived exception if it is looking for the base class?