Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
find maximum in objective c
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int a= 10; int b= 10; if(a>b){ NSLog(@"a is big"); } else if(a<b){ NSLog(@"b is big"); } else if(a=b){ NSLog(@"both are same"); } }
run
|
edit
|
history
|
help
0
Objective C NSSet Declaration
primitive datatypes objective c
Obj-C_Program_Structure_1
objective c fibonanci
find simple Interest in objective c
array
NSString Examples in one
Inheritance Example
enheritance
NSArray Method Exercise