Search:

Type: Posts; User: vijayr_singh

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    8,931

    possible combination of a string

    Hi friends...

    I need to write a program in C which will print all the combinations of a string with non-repeating characters. Example: “Say” will have the following: S, a,y, Sa, Sy, aS,Sy, yS, ya,...
  2. arrangement of the string in every possible way

    Hi friends...

    I need to write a program in C which will print all the combinations of a string with non-repeating characters. Example: “Say” will have the following: S, a,y, Sa, Sy, aS,Sy, yS, ya,...
Results 1 to 2 of 2