Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Program 2.1
//gcc 4.8.4 #import <stdio.h> #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSInteger i; i = 1; NSLog (@"The variable i has a value of %d", i); i = 2; NSLog (@"The variable i now has a value of %d", i); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
compound intresst in objective c
change case
simple inheritance in objective c
string replace
basic arithmatic Opreation in objective C
find simple Interest in objective c
asss
book
NSSet ex
NSMutableStringProgram