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
Func Var and Ops ObjC
Author1
NSMutable Exercise
Obj-C_Program_Structure_1
shape example
find simple Interest in objective c
Interface implementation
basic objective c
Even numbers are at the beginning and all the Odd numbers
string compare