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 Class and Object example
01 Hola mundo
represent value
Author1
NSNumber
add
asdfghjk
HAL is IBM
string
02 Mostrar valor de variable entera