Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
string mutable
//gcc 4.8.4 #import <Foundation/Foundation.h> int main() { NSMutableString *collage= [NSMutableString stringWithString:@"Shree"]; [collage setString:@"Shree Virani Science"]; [collage insertString:@"M. & N. " atIndex:6]; [collage appendString:@" Collage (Autonomus)"]; NSLog(@"%@", collage); }
run
|
edit
|
history
|
help
0
string replace
02 Mostrar valor de variable entera
Even numbers are at the beginning and all the Odd numbers
Program 2.2
Obj-C_Program_Structure_1
NSString & MutableNSString Examples in one
basic arithmatic Opreation in objective C
asss
NSMutableStringProgram
find maximum in objective c