Write a function in C that converts an integer (type int) to its string equivalent

computer science

Description

Instructions: 

• Assignment must be completed and turned in by the due date given in canvas. 

• Upload your DOCUMENTED C program with a .c extension to Canvas. You do not need to provide the compiled binary. 

• You CANNOT use the built-in C library functions to complete the assignment (atoi or itoa), or any of the math.h functions. This program can be completed without them.


1) Write a function in C that converts an integer (type int) to its string equivalent (type char[ ]). 


2) Write a function in C that converts a string representation of an integer to a true integer




Related Questions in computer science category