Write a ‘C’ function to split the list in several sub-lists depending on the number of digits representing the integers

b) Write a ‘C’ function to split the list in several sub-lists depending on the number of digits representing the integers i.e. single digit integers will form a list, double digit numbers will form another list and so on.


Leave a Reply