Search:

Type: Posts; User: kalyan12

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    968

    Need help with sorting code

    Hello,

    I have an array of strings as shown below:

    1=a
    0=b
    3=c
    10=d
    2=e
    4=f
  2. Sorry, attached the file with the right...

    Sorry, attached the file with the right indentation. Any help in fixing this issue of sorting and removing the duplicate entries from an existing string array and re-writing the filtered list to a...
  3. Here is the updated code with the indentation:...

    Here is the updated code with the indentation:
    Here is the code with proper indentation:


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>

    main ()
  4. c program for sort and remove duplicate values from an array

    Hi ,

    I have a string array having a bunch of values. I need to sort this array, remove duplicate values from this array and reset the filtered array (without duplicate values) to a new array.

    I...
Results 1 to 4 of 4