Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Uso de else if
Even and Odd numbers by Erick Benites
Objective C NSSet Declaration
string mutable
Func Var and Ops ObjC
array
Az Flights Optimization
shape example
string compare
NSSet(Create,Enumrate,Compare,Checking,Combine)
Please log in to post a comment.