Run Code
|
API
|
Code Wall
|
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
HAL is IBM
NSSet(Create,Enumrate,Compare,Checking,Combine)
string compare
03 Muestra enteros y flotante
NSSet Program in objectice-c
fullname
Func Var and Ops ObjC
shape example
01 Hola mundo
BookAuther