Computer Science, asked by NinjaBhaskar, 1 year ago

To which header file did the function itoa() belongs to???


Madhu123mri: Thank you for marking Brainliest! :)

Answers

Answered by Madhu123mri
1
“stdlib.h” header file belongs to the function itoa().

Hope it helps! :)
Answered by DeViKa0506
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.

Madhu123mri: Copied from Google!
Madhu123mri: This person
Similar questions