Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
fullname
//gcc 5.0.4 #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSMutableString *name = [NSMutableString stringWithString: @"Neil Nitin Mukesh"]; NSLog (@"Full name: %@",name); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Etudiant.m
basic arithmatic Opreation in objective C
NSMutableStringProgram
Program 2.1
Even numbers are at the beginning and all the Odd numbers
shape example
NSNumber
Sum Example
NSString & MutableNSString Examples in one
find simple Interest in objective c