Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asss
//gcc 5.0.4 #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; int a=10,b=20; int c=a+b; NSLog(@"sum=%d",c); int d=b-a; NSLog(@"sub=%d",d); int e=a*b; NSLog(@"mul=%d",e); float f=b/a; NSLog(@"div=%f",f); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
primitive datatypes objective c
size of datatypes in objective c
NSMutable Chirag
inheritenace-test
NSMutableset(add/remove,Etraction,Intersect)
01 Hola mundo
if con boleanos 01
NSSet Program in objectice-c
Program 2.2
string replace