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 vcredist?

0 Answers  


What is the return value when the InsertItem function fails?

2 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


What Is InfoViewer?

1 Answers  


What is visual c++ 2008 redistributable x64?

0 Answers  






Explain some of commonly used methods provided by iunknown.

0 Answers  


How you build a project using Developer Studio?

0 Answers  


what is the difference between the codes written in the document class and view class

1 Answers  


What is microsoft visual c++ 2015 redistributable?

0 Answers  


What is vcruntime?

0 Answers  


How do I install microsoft visual c++ 2015?

0 Answers  


What is visual c++ used for?

0 Answers  


Categories