how to swap two numbers with out using temp variable
Answers were Sorted based on User's Feedback
What are all predefined data types in c++?
Is python better than c++?
What is the role of static keyword for a class member variable?
How do you master coding?
Can we use struct in c++?
What is purpose of abstract class?
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
Describe linkages and types of linkages?
How is modularity introduced in C++?
What do you mean by enumerated data type?
Why is main an int?
What is the difference between const and constexpr?