+ 3
What is the difference when strcmp() is used in both C and C++?
I have came across this contradiction that both languages behave indifferently to this function. How far is it true??
4 odpowiedzi
+ 1
in Cpp in particular I observed it returns the difference of ASCII values..... which is not the case with C I suppose
0
C++