Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
basic arithmatic Opreation in objective C
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int a= 5; int b= 5; NSLog(@"Addition is %d", a+b); NSLog(@"Subtraction is %d", a-b); NSLog(@"Multification is %d", a*b); NSLog(@"Divison is %d", a/b); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
acquire-lock
Convert String to NSData Json Object
NSString & MutableNSString Examples in one
represent value
objective c fibonanci
Func Var and Ops ObjC
NSMutable Chirag
NSString Examples in one
Ex of String methods
string combine
Please log in to post a comment.