What is the difference between the = and == operators?
Answer / hari krisna
= is the assignment operator and == operator checks for the
equality of the values.
| Is This Answer Correct ? | 6 Yes | 0 No |
How do I uninstall visual c++?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is vcredist?
what is DLL?
What is a mnemonic?
What is microsoft visual c++ 2013 redistributable?
#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;}
Can I uninstall visual c++ 2005?
What is a microsoft visual c++ 2008 redistributable?
What are the advantages of a message map
What is microsoft visual c++ 2008 redistributable?
what are the advantages of VC++ design environment