What is isdigit c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are member functions used in c++?
How do you declare a set in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
Difference between const char* p and char const* p?
Explain the virtual inheritance in c++.
What are the benefits of pointers?
What are shallow and deep copies?
What is an adaptor class or Wrapper class?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Is std :: string immutable?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
what is the C++