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 21942Write 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 14344code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
HCL,
1939
what is runtime class?
Code for Adding Scripting Support to an Application?
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.
Is there any way to open notepad within php?
How to Print Asp.net GridView Data on Button Click using Javascript?
Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??
How to add flash or *.gif file in edit panel in java?
Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How we work on N tire architecture in asp.net Please give me Examle...
write a program for area of circumference of shapes
snippet to prevent submission of form when certain/any validations got failed
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql