Introduction - If you have any usage issues, please Google them yourself
Topic 1: given a function prototype is int compare (char* dest, char* src) asked to compare two strings (by the character pointer dest and src logo) 1, if the two letters contained exactly the same string is returned 0 2, if two strings contain the same letters (not case-sensitive A letter with a can be considered the same), then return to 13, 3 otherwise