Search:

Type: Posts; User: programmerc

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,781

    It is possible that I will store the individual...

    It is possible that I will store the individual words into a new variable?
  2. Replies
    10
    Views
    5,781

    I didn't use strtok here, because I do not know...

    I didn't use strtok here, because I do not know how to use it in sorting.
  3. Replies
    10
    Views
    5,781

    #include #include.h> void...

    #include<stdio.h>
    #include<conio>.h>
    void main(){
    int i,j,n;
    char str[20][20],temp[20];
    puts("Enter the no. of string to be sorted");
    scanf("%d",&n);
    for(i=0;i<=n;i++)
    ...
  4. Replies
    10
    Views
    5,781

    I do not have a code yet..

    I do not have a code yet..
  5. Replies
    10
    Views
    5,781

    Word sort using strtok

    Hi everyone I'm starting to learn C programming and I have a bad time in making a program that sort the words in ascending order using strtok. Like this:

    INPUT: I am good.

    OUTPUT: am
    ...
Results 1 to 5 of 5