Pregunta de entrevista de Intel Corporation

inverse a string without a temporary variable

Respuestas de entrevistas

Anónimo

24 de may de 2014

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

Anónimo

6 de may de 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