Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
objective c find factorial
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { int a= 5; int f=1; int i=1; for(i;i<=5;i++){ f=i*f; } NSLog(@"%d",f); }
run
|
edit
|
history
|
help
0
find maximum in objective c
basic arithmatic Opreation in objective C
Sum Example
size of datatypes in objective c
shape example
represent value
NSMutableset(add/remove,Etraction,Intersect)
Ex Srting Methods
asss
Goldbach Conjecture