Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > Blogs
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

   

My blog will cover Faqs, Code snippets and videos and lot of other information across various technologies. Your suggestions and comments are always welcome..
Old

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

OOPS Interview Questions Part -2

Posted 28-01-08 at 10:54 AM by HERO
1. Give some examples of pure object oriented languages.
Eiffel, Java, Simula, Smalltalk are some pure object oriented languages.

2. List the areas of applications of object oriented programming?The following are few areas of applications of object oriented programming:
CAD/CAM systems
Office automation and decision support systems
Object oriented databases
Real time
...
HERO's Avatar
Moderator
Posted in OOPS Faqs
Comments 1 HERO is offline
Old

C ++ Interview Questions Part -2

Posted 28-01-08 at 10:51 AM by HERO
1. What is the default return type of main () in C++?
In C++ int is the default return type of main ().

2. What do you mean by trigraph sequences?
Trigraph sequences help us to enter certain characters that are not available on some keyboards.
Ex.:??/ --- represents ^ (caret)

3. What are tokens in C++?
Smallest individual units are called tokens....
HERO's Avatar
Moderator
Posted in C ++ Faqs
Comments 0 HERO is offline
Old

C Interview Questions part -2

Posted 28-01-08 at 10:46 AM by HERO
16. What is the statement terminator in C?
Semicolon (;).

17. Is the C language case sensitive or not?
C language is case sensitive & the programs are written in lower case.

18. What do you mean by predefined?
The function that has already been written, compiled, and linked together with a program at the time of linking is...
HERO's Avatar
Moderator
Posted in C Language Faqs
Comments 1 HERO is offline
Old
Rating: 2 votes, 3.50 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 03:36 PM.





Search Engine Optimization by vBSEO 3.1.0