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
Golden Ratio Approximation
bubbleSort
2.2 Basic types: Dictionary
Decimal separator diff
Exception-Nikhil
Linear search vs. Binary search
try base generic test
Byte array to base 64 string
Ejemplo
SKYIES