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 |
How to Use mfc71d.dll not mfc71.dll ?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
Explain the significance of initapplication() in vc++.
Difference between getmessage, postmessage & peakmessage.
What is vcredist?
Explain the important features of vc++?
What is microsoft visual c++ 2010 x86 redistributable?
What is microsoft visual c++ 2008 redistributable and do I need it?
What is the use of DDV and DDX routines ?
How many microsoft visual c++ do you need?
Where can I find microsoft visual c++?
What is the file extension used for C++ class implementation files?