Does c++ have string data type?
No Answer is Posted For this Question
Be the First to Post Answer
What are move semantics?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Can we have "Virtual Constructors"?
Define a constructor - what it is and how it might be called (2 methods)?
What is microsoft c++ redistributable 2013?
What is the handle class?
What is dangling pointers?and what is memory leak?
wap to accept 10 numbers & display the number of odd and even numbers??
Is c++ the hardest programming language?
How const int *ourpointer differs from int const *ourpointer?
What are the benefits of operator overloading?
What is Object Oriented programming.what is the difference between C++ and C?