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 |
TO start the build process in Developer Studio Which keyboard function is used ?
What is vc++ redistributable?
Do I need microsoft visual c++ on my computer?
What is the use of microsoft visual c++ 2015 redistributable?
Is visual c++ the same as c++?
What is the return value when the InsertItem function fails?
What is vc++ programming?
What is microsoft visual c++ 2008 redistributable and do I need it?
What is the difference between Undo and Redo?
what are the advantages of VC++ design environment
What is visual c++ redistributable?
What is the value of the expression a = 42?