Run Code
|
API
|
Code Wall
|
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
Singleton Example
defalt branch name
edszfcfsefer
SMS filter config Captures and Groups
d
SingleDelegate
hacktonxx
Delegate, Method, List, Classes, Conditions
Write a program to filter distinct items from the array
dcsdasxsdcdf