Infosys
Company
Programming
Program
autoint a=5;
main()
{
int x;
x=~a+a&a+a<
Read Solution (Total 2)
-
- a+a++ because a++ is bigger than a
- 10 years agoHelpfull: Yes(0) No(2)
- ~ shows Ones Complement that's why we need --->
ones complement of 5
5 is an integer
?
+a
+address of a+
a then compare with nothing - 7 years agoHelpfull: Yes(0) No(0)
Infosys Other Question