Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Interview Experiences
14.1K+ articles
Strings
3.3K+ articles
Amazon
1.8K+ articles
Microsoft
802+ articles
Adobe
280+ articles
Morgan Stanley
225+ articles
CS – Placements
166+ articles
Payu
66+ articles
Code Brew
7 posts
Recent Articles
Popular Articles
Code Brew Labs Interview Experience (On-Campus)
Last Updated: 31 March 2021
Good Morning Everyone. The interview that I gave in this company in Chandigarh was done in 15-20 minutes only. So let's begin with the process of code brew labs:-Round 1(A...
read more
Interview Experiences
CS – Placements
On-Campus
Code Brew
Experiences
String to Integer - Write your own atoi()
Last Updated: 24 March 2025
Given a string s, the task is to convert it into integer format without utilizing any built-in functions. Refer the below steps to know about atoi() function.Examples:Inpu...
read more
Strings
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
strings
C++ Program To Write Your Own atoi()
Last Updated: 18 August 2023
The atoi() function in C takes a string (which represents an integer) as an argument and returns its value of type int. So basically the function is used to convert a stri...
read more
Strings
C++ Programs
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
C Program To Write Your Own atoi()
Last Updated: 27 February 2023
The atoi() function in C takes a string (which represents an integer) as an argument and returns its value of type int. So basically the function is used to convert a stri...
read more
Strings
C Programs
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
Java Program To Write Your Own atoi()
Last Updated: 30 January 2025
The atoi() function in Java converts a numeric string into an integer. Unlike Java’s built-in methods like Integer.parseInt(), we will implement our own version of atoi() ...
read more
Strings
Java Programs
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
Python Program To Write Your Own atoi()
Last Updated: 05 May 2023
The atoi() function in C takes a string (which represents an integer) as an argument and returns its value of type int. So basically the function is used to convert a stri...
read more
Strings
Python Programs
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
Javascript Program To Write Your Own atoi()
Last Updated: 05 May 2023
The atoi() function in C takes a string (which represents an integer) as an argument and returns its value of type int. So basically the function is used to convert a stri...
read more
Strings
JavaScript
Web Technologies
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Payu
Code Brew
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !