Question d’entretien chez TechSmith

Write a function to capitalize a string without using built-in functions.

Réponse à la question d'entretien

Utilisateur anonyme

14 oct. 2010

Just had to iterate over the character array and add or subtract the correct amount if the character is a lowercase letter.