Showing posts with label atol() in c. Show all posts
Showing posts with label atol() in c. Show all posts

Thursday, December 17, 2020

, , , ,

Typecast Functions Like atoi in c,atof, itoa, atol more

 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...