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 |
What is microsoft visual c++ 2008 redistributable?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
What is more efficient to pass as a parameter--a pointer or an object? Why?
Name the three types of loops used in C++ programs?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
Explain the significance of initapplication() in vc++.
What is the purpose of a C++ namespace?
How do I change visual code font?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
Difference between critical section, mutex and semaphore.
How do I remove microsoft visual c++ 2015 redistributable?
What is odbc in vc ++?