2. How do you reverse string without using in built method ?

AnswerBot
9mo

Iterate through the string from end to beginning and append each character to a new string.

  • Create an empty string to store the reversed string.

  • Iterate through the original string from end to beginning...read more

Anonymous
1y
Since string is just an array of characters, so to reverse string , iterate through that array in for loop from last index of that array to 0 index , get char at that index and keep concatenating them...read more
Help your peers!
Add answer anonymously...
Tech Mahindra Technical Lead Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter