Can I use parseint?
List some Advantages of switch-case over if else?
Can a string be null c#?
Explain About namespaces
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
what is the index value of the first element in an array?
Can a method be sealed in c#?
public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?
Is friend a constructor?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What are the three types of operators?
What are sorted lists?
Explain Constructor and destructor?