Hi All,
I am new to programming and want to know how can i write a
code to take input of 2 numbers from user and swap it
without using a temp variable?
Answers were Sorted based on User's Feedback
how to tackle technical questions
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
Are polymorphisms mutations?
what is the difference between function template and template of function?explain with example.
What is the problem with multiple inheritance?
What is overloading in oops?
What's the full form of STL?
can you give the dynamic polymorphism types?
What is differance between Abstract and Interface
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How do you make derived class as an abstract class?
Program to check whether a word is in all capital letters