To which header file did the function itoa() belongs to???
Madhu123mri:
Thank you for marking Brainliest! :)
Answers
Answered by
1
“stdlib.h” header file belongs to the function itoa().
Hope it helps! :)
Hope it helps! :)
Answered by
2
itoa () function in C language converts int data type to string data type. Syntax for this function is given below.
char * itoa ( int value, char * str, int base );
“stdlib.h” header file supports all the type casting functions in C language. But, it is a non standard function.
char * itoa ( int value, char * str, int base );
“stdlib.h” header file supports all the type casting functions in C language. But, it is a non standard function.
Similar questions