SQL Server Errors Question:

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

Tweet Share WhatsApp

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 PDF Read All 10 SQLServer Errors Questions
Previous QuestionNext Question
How to select particular number using rownum?
Example: i need only the second max number using rownum?
What is tcp?