What is the value of the expression a = 42?

Answers were Sorted based on User's Feedback



What is the value of the expression a = 42?..

Answer / mahesh

42

Is This Answer Correct ?    0 Yes 0 No

What is the value of the expression a = 42?..

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

Post New Answer

More VC++ AllOther Interview Questions

What is the difference between turbo c++ and visual c++?

0 Answers  


What is the difference between the = and == operators?

1 Answers  


Can I remove microsoft visual c++?

0 Answers  


How do I uninstall visual c++?

0 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  






What is visual c++ runtime?

0 Answers  


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

0 Answers   Soft Solutions,


Do I need the microsoft visual c++?

0 Answers  


Do I need microsoft visual c++ on my computer?

0 Answers  


Name the function is used to transfer bitmaps to an output device?

2 Answers  


What is visual c++ 2010 redistributable package x64?

0 Answers  


What is cwinthread class? Explain its advantages.

0 Answers  


Categories