What is the value of the expression a = 42?
Answers were Sorted based on User's Feedback
Answer / vikas
That's why its recommended to use the equality operator
like this:
42==a and not a ==42. This way we can avoid a mojor bug
because of a minor typo.
Vikas
http://www.cppquestions.com/
| Is This Answer Correct ? | 0 Yes | 1 No |
How do I fix microsoft visual c++ 2015 setup failed?
What is visual c++ 2008 redistributable x64?
What is microsoft visual c++ 2015 redistributable?
What is iunknown? Explain some of commonly used methods provided by iunknown.
How many time DLLMain gets called?
What is microsoft visual c++ used for?
Is visual c++ the same as c++?
Name the most commonly used wizards?
How do I reinstall microsoft visual c++?
What function is used to trap all mouse messages?
What is the difference between the client and non-client areas?
Does visual c++ 2017 replace 2015?