What is the difference between structure and class?
No Answer is Posted For this Question
Be the First to Post Answer
Out of fgets() and gets() which function is safe to use and why?
What's the hardest coding language?
Why was c++ created?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
List down the guideline that should be followed while using friend function.
What are the unique features of C++.
What is the use of endl?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What is a node class in c++?
What is c++ similar to?
What is the use of string in c++?
What is size_type?