Question:
Write recursive method that for a positive integer n prints odd numbers
Answer:
I usually use binary check to solve this type of questions ...
Search results for c
Prints odd numbers less than N
Posted by aleksinWhat is facebook user agent string?
Posted by CMaster
Answer:
According to facebook documentation if you use Facebook like button, then Facebook will scrape your page Facebook page every 24 hours to ensu ...
Describe C++ object model
Posted by CMaster (http://www.open-std.org)
Answer
Based on ISO Standard for C++ Programming Language, the constructs in a C++ program create, destroy, refer to, access, and manipulate objects. ...
Answer
I would consider this to be tricky question as many people would just go with
if (a == b) or at most a.Equals(b)
but both can fail for fl ...
What is SQL state database?
Posted by SQLGuru
What is SQL state database? Why do we need it?
Answer
ASP.NET session state provides several different options for storing and managing session data ...
Answer:
Self-Healing application is an application or complex systems which is able to recognize and solve a large portion of system and internal err ...
What is a syntax for connection string to connect to a SQL Server Express database using Silverlight ?
Posted by CMaster
Answer
There are number of options and most common one is to user LINQ to SQL classes and connections string will be auto generated by Framework. If ...
What is namespace of asp.net mvc?
Posted by CMaster
Answer:
ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.
System.Web.Mvc namespace
Contains classes and interfaces that ...
