News

History History executable file · 25 lines (21 loc) · 852 Bytes main cpp-dsa-essentials / ...
//basically, sorting a character array of all lower case characters. //there can be maximum 26 characters. //we can implement count sort here. //traverse through the caharacter array and update count ...
They are not the same, and hence you have a type mismatch.<BR><BR>You probably have heard that pointers and arrays are equivalent, which is an oversimplification.