SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




Data Structures Faqs

        

My blog will cover Faqs, Code snippets and videos and lot of other information across various technologies. Your suggestions and comments are always welcome..
Data Structures Faqs Data Structures Interview Questions and Frequently asked questions.
Old
Rating: 3 votes, 5.00 average.

Data Structures Interview Questions Part -2

Posted 28-01-08 at 10:56 AM by HERO
1. What is the condition to be checked for the multiplication of two matrices?
If matrices are to be multiplied, the number of columns of first matrix should be equal to the number of rows of second matrix.

2. Write the syntax for multiplication of matrices?Syntax:
for (=0; < value;++)
{
for (=0; < value;++)
{
for (=0;
...
HERO's Avatar
Moderator
Comments 0 HERO is offline
Old
Rating: 5 votes, 4.00 average.

Data Structures Interview Questions Part -1

Posted 21-01-08 at 02:50 PM by HERO
1. What is an algorithm?
The process of providing solution to a problem is a sequence of steps is called an algorithm.

2. What are the properties of an algorithm?An algorithm must possess the following properties:
a. It should get input data.
b. It should produce output.
c. The algorithm should terminate.
d. Algorithm should be clear to understand.
e. It should
...
HERO's Avatar
Moderator
Comments 0 HERO is offline

All times are GMT +6.5. The time now is 09:10 AM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.2