Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
aditation
//gcc 5.0.4 #import <Foundation/Foundation.h> extern int a,b; int main (int argc, const char * argv[]) { int a=30,b=30; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSLog (@"values of a=%d",a); NSLog (@"values of b=%d",b); NSLog (@"sum=%d",a+b); NSLog (@"min=%d",a-b); NSLog (@"max=%d",a*b); NSLog (@"div=%d",a/b); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Objective C NSSet Declaration
Obj C Program Structure
asdfghjk
objective c fibonanci
array
basic arithmatic Opreation in objective C
fullname
NSArray Method Exercise
represent value
Simple Arithmetic Operations in Objective C