RNAi [he/him] to chapotraphouse • edit-22 hours agoThere's once again a dang cheeto in the White Housemessage-squaremessage-square17 fedilinkarrow-up173
arrow-up173message-squareThere's once again a dang cheeto in the White HouseRNAi [he/him] to chapotraphouse • edit-22 hours agomessage-square17 Commentsfedilink
minus-squareProgAimerGirl [she/her, comrade/them]hexbear9·9 hours agoinit array white.house(["C","H","E","E","T","O"]) link
minus-squarePaX [comrade/them, they/them]Mhexbear5·7 hours ago char* whitehouse = { 'C', 'H', 'E', 'E', 'T', 'O' }; link
minus-squarePaX [comrade/them, they/them]Mhexbear1·edit-22 hours agoIt's C but looking at it again I fucked up the array initializer syntax I think lol I always forget it for some reason I meant to say char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' }; link
init array white.house(["C","H","E","E","T","O"])
const arr = string[] = ["C","H","E","E","T","O"]
char* whitehouse = { 'C', 'H', 'E', 'E', 'T', 'O' };
What language is that?
It's C but looking at it again I fucked up the array initializer syntax I think lol
I always forget it for some reason
I meant to say
char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' };