Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Etudiant.h
string replace
enheritance
Uso de else if
array
HAL is IBM
Objective C NSSet Declaration
objective c find factorial
find simple Interest in objective c
Objective C NSSet Declaration
Please log in to post a comment.