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
NSMutableStringProgram
Program 2.1
Objective C NSSet Declaration
string search
geomatric operations in objective c
First Program : (+,-,*,/)
Author1
PRogram 3.2 - simple class
size of datatypes in objective c
find maximum in objective c