This program predicts the gender of a person with his/her Name. If you are looking for a C gender prediction program, this introduction will help you understand how it works. logic: This program compares the last characters of the string with names Program : #include<stdio.h> #include<string.h> int main() { char s[100],c; m: system(“cls”); b: printf(“enter the name (in lower case).. Read more