Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.
5 21878Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.
5 14277code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
HCL,
1922
c# code to Count number of 1's in a given range of integer (0 to n)
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.
how to get the User's Time of Day
Write Down Steps Using SAX Parser
Develop a routine to reflect an object about an arbitrarily selected plane
could you please teach me how to program an income tax using functions
How can export database using php code?
Coding for Synchronizing Cache Access in ASP.NET?
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.
Reading which Non-Character Key was pressed
how to use the GetTickCount() properly and what is that procedure for?
How to change winform look?
Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.
What is a well formed XML document?
Give the code for Handling Mouse Events?