Belove is list of Silverlight Error Codes which can be used for user friendly messaging:
Error Code
Error Message
1001
AG_E_UNKNOWN_ERROR
2000
...
Search results for first argument
Fibonacci numbers interview questions
Posted by aleksin
One of most common question from this area is to write a function which return Nth number of Fibonacci sequence.
Fibonacci numbers are a sequence of n ...
Write the method void Clean (Node root), which will go through all of the nodes starting with passed node, and sets string member ‘Data’ to an empty string.
Posted by aleksin
The solution uses recursion to clean data on the passed node first and then recursively walks through all children. There are a couple of important mo ...
The String array is empty. It does not have any element. This is unlike C/C++ where the first element by default is the program name
[Source: JAGAN M ...
« previous1 next »
