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
basic arithmatic Opreation in objective C
NSString Examples in one
NSSet Program in objectice-c
Program 2.1
emp class
Even and Odd numbers by Erick Benites
muteble
size of datatypes in objective c
array
BookAuther