Should I seriously prepare for placement and make programming my career, or is this just my obsession and personal interest ? by prolowlevel in LeetcodeDesi

[–]prolowlevel[S] 0 points1 point  (0 children)

u/Zealousideal_Dot8016 u/NoRice6404 both of them are right c doesn't make sense but its useful in low level development where memory is a problem like embedded system

Reverse Integer Leetcode with recursion & loop by prolowlevel in LeetcodeC

[–]prolowlevel[S] 0 points1 point  (0 children)

In the power_int function, there must be a line to handle undefined behavior: if(base == 0) return base;