SQL Server Errors Question:
Download Questions PDF

What will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE?

Answer:

in c and c++ there will be a compilation error.if when we declared an array size of 10 and tries to access 11th item.

Download SQLServer Errors Interview Questions And Answers PDF

Previous QuestionNext Question
How to select particular number using rownum?
Example: i need only the second max number using rownum?
What is tcp?