Question: Exercise 3 ( convert char digits into int ) Write a function that accepts a character array representing digits of an unsigned integer with its

Exercise 3(convert char digits into int)
Write a function that accepts a character array representing digits of an unsigned integer with its digits stored in the reversed order and returns the integer value represented by these characters. For example, the function conver t Int when called on the array char a[]={3',2',1'} would return integer value 123. Parameter n holds the number of digits stored in the array.
int convertInt(char a[], int n)
 Exercise 3(convert char digits into int) Write a function that accepts

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!