Ans.: The user will input 1-D array along with the number of rows and columns. The method should convert this 1-D array to a 2-D array(matrix) of given row and column. We will create matrix row wise.
I am providing latest Interview Questions with Answers. Candidate has prepared their interview and get job. Mobile: 8920128728
Subscribe to:
Post Comments (Atom)
Get max value for identity column without a table scan
You can use IDENT_CURRENT to look up the last identity value to be inserted, e.g. IDENT_CURRENT( 'MyTable' ) However, be caut...
-
ADO.NET Entity Framework is an open source ORM framework that allows you to query the database in an object-oriented fashion. It works wit...
-
Below you can find a few questions and answers which are more frequently asked in the ETL testing interviews: Q #1) What is ETL? Answer:...
-
There are several ways to get the the list of column names of a table on a specific SQL Server database. In this article, I will go throug...
No comments:
Post a Comment