Scusate la seconda è così :
codice:
printf("Inserisci il carattere da cercare : \n");
    scanf("%s", &car);
    car = toupper(car);