Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2
#import <Foundation/Foundation.h> int main(int argc, char *argv[]) { NSAutoreleasePool *pool=[[NSAutoreleasePool alloc]init]; int a=2; int b=3; int c=1123; a==b ? NSLog(@"they are equal ") : NSLog(@"they are different"); c ? NSLog(@"True ") : NSLog(@"False"); // also works same for if(c){} [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
from Base or Derived
implement stack
Math 5.8
Code1
xml into dictionary
Palindrome String
Saga name NLog
123
aba
Area of a field
Please log in to post a comment.