@leto1449

Bro you are literally the computer science version of black pill

@codingvibes3537

*Malloc gives you the pointer but doesn't return anything*

@sefer-nv6cn

I like how he says one thing in the beginning which is incorrect then says another thing after that which is actually the correct answer lol

@jakedickson697

Hmmm, i think this is to do with wording.... He says its void because it "technically doesn't return anything". What he probably means, is that malloc doesn't return a type, just a void pointer which you can assign to anything within reason, usually a fundamental type. All the more important of why having clarity of thought is important to communicate your understanding to the interviewer.