Programming Code (840)
Scripts_Markup Code (257) 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 22698Write 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 15160code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
HCL,
2117
code to detect availability of cookies
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
what is runtime class?
What is full form of PEPSI
can we pass variable in array to traverse it?
write a program that reads a series of strings and prints only those strings begging with letter "b"
Can I execute a XML?
how to create Expandable and Collapsible Menus
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.
Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.
code to get the coordinates of a Click Event
Write a Program to find the number of words in a sentence.
create Drop-Down Navigation Menus
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)