010# puzzle on c/c++ :- make program:
By dholey
@dholey (1383)
India
October 12, 2007 9:50am CST
get one word from user and make all possible jumbled sequences using that word ....
suppose ABC is entered then ur program will produce
ABC
ACB
BAC
BCA
CBA
CAB
3 responses
@mnsrwt123 (2057)
• India
3 Mar 08
Hey i also got confused when i think about this problems few years ago when i was learning C.
But still i am not able to find out the perfect solution of that program. HOpe when you find out one then you will tell me.
1 person likes this
@ahgong (10064)
• Singapore
18 Oct 07
ha ha ha... any price for the right answer?
this puzzle looked really familiar. Something a lecturer would have asked of a student when teaching him/her to do programming in that particular language.
C/C++ eh? I am really rusty on my programming. I will look at it tonite and give it a go to see if my coding skills are still any good. ;)
1 person likes this
@dholey (1383)
• India
18 Oct 07
yes the price is always there ... the one come up with the solution (the first person) gets best response mark ....
any way ... i can assure you it is not that much simple as you are feeling and assuming .... any ways .... i hope some one will try to solve it .......
@swaroop_sv2003 (531)
• India
17 Oct 07
Dholey great to see you back with these C/C++ puzzles. I wish to solve this problem but I lost my touch on C/C++ programming as I am into PHP developments for many months now. So if I try to create a program to solve the puzzle I accidentally write a PHP program :D. Would come back to this post later to get the answer to this problem. If possible I will myself provide a solution to this puzzle later. Great going Dholey :)
1 person likes this