Pergunta de entrevista da empresa Intel Corporation

inverse a string without a temporary variable

Respostas da entrevista

Sigiloso

24 de mai. de 2014

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

Sigiloso

6 de mai. 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