
atoi in c is used to convert the string data type into int data type. atoi function in c Syntax for atoi in c:-
int atoi (const char * str); atoi in c function in c is used with the “stdlib.h” header file Well this function is also known as the typecast functions in C.Example program...