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
asss
NSMutable Exercise
primitive datatypes objective c
HAL is IBM
NSArray Method Exercise
Ex of String methods
NSString Examples in one
NSString & MutableNSString Examples in one
NSString & MutableNSString Examples in one
Func Var and Ops ObjC