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 use of microsoft visual c++ 2015 redistributable?

0 Answers  


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


Name the most commonly used wizards?

2 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is a copy constructor? What is the need for it?

0 Answers  






What function is used to trap all mouse messages?

1 Answers  


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

0 Answers  


What is vcredist_x86 exe?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


Is it ok to uninstall microsoft visual c++?

0 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


What is microsoft visual c++ runtime library error?

0 Answers  


Categories