Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Why is it difficult to stor
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Why is it difficult to store linked list in an array?
How can you find the nodes with repetetive data in a linked list?
✍: Guest
Write 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.
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.
2012-02-27, 2776👍, 0💬
Popular Posts:
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Enable ASP.NET polling using “web.config” file Now that all our database side is configured in order...