+ 4
C functions
Hello! What are the matching functions of min(a,b) and max(a,b) from cpp in c? Thank u in advance!
2 Answers
+ 7
A quick google search brought up this: https://stackoverflow.com/questions/3437404/min-and-max-in-c
0
C don't have built in function for min max