+ 1
java!=C?0:1;
public class Java{ public static void main(String args[]){ java!=C?return 0:return 1; } }
2 Answers
+ 4
Enrique Sanchez
How to maximize your chances of getting help...
https://www.sololearn.com/discuss/333866/?ref=app
+ 5
Enrique Sanchez I get it. That's a funny way to express the thought đ
Yes, fundamentally Java == (C without pointers).