Question d’entretien chez Intel Corporation

inverse a string without a temporary variable

Réponses aux questions d'entretien

Utilisateur anonyme

24 mai 2014

Hi, I also have interview in Portland...Can you help me?

Utilisateur anonyme

6 mai 2014

Initialize a character array, read the string into the array variable. Calculate string length. Now using a iterative solution, swap first and last characters, then second and second last characters and so on.

1