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

Can I delete old microsoft visual c++?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is a wizard?

0 Answers  


What keyboard editor command is used for Undo?

1 Answers  


Is visual c++ still used?

0 Answers  






What is dao in vc ++?

0 Answers  


How many time DLLMain gets called?

1 Answers   Microsoft,


How do I create an mfc application in vc++?

0 Answers  


Where can I find microsoft visual c++ on my computer?

0 Answers  


#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;}

1 Answers  


What is the difference between an MLE and an SLE?

1 Answers   Infosys,


What is microsoft visual c++ 2017 redistributable?

0 Answers  


Categories