I need a big help 4m u guys
i need to convert string array to a int.
so i need to saparate des int values and store them in int array. so i can make de calculation..
can some one help me..
i need to convert string array to a int.
Code:
char arr1[20];
int array[20];
printf("enter the values");
gets(arr1); //sample inputs are 20^11^8^9
so i need to saparate des int values and store them in int array. so i can make de calculation..
can some one help me..