Pregunta de entrevista de NVIDIA

In C, write code to find out if a string is palindrome or not

Respuesta de la entrevista

Anónimo

20 mar 2024

Iteratively compare the head with the tail

2