Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Objective C NSSet Declaration
//gcc 4.8.4 #import <Foundation/Foundation.h> int main(void) { //it perform on char lenth than accending order of alphabets NSSet *colors= [NSSet setWithObjects:@"red", @"gr",@"blue", nil]; NSLog(@"%@", colors); }
run
|
edit
|
history
|
help
0
emp class
Func Var and Ops ObjC
size of datatypes in objective c
asdfghjk
NSMutable Example
Interface implementation
string divison
datatype
Even and Odd numbers by Erick Benites
Class implementation using get method