|
Related Questions |
View Answer |
|
Differentiate between the message and method.
|
View Answer
|
|
How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
|
View Answer
|
|
What is polymorphism?
|
View Answer
|
|
What is a container class? What are the types of container classes?
|
View Answer
|
|
What is a node class?
|
View Answer
|
|
What is deadlock?
|
View Answer
|
|
Write a Struct Time where integer m, h, s are its members struct Time { int m; int h; int s; };
|
View Answer
|
|
What is pure virtual function?
|
View Answer
|
|
How can you tell what shell you are running on UNIX system?
|
View Answer
|
|
Suppose a 3-bit sequence number is used in the selective-reject ARQ, what is the maximum number of frames that could be transmitted at a time?
|
View Answer
|
|
Describe Stacks and name a couple of places where stacks are useful.
|
View Answer
|
|
Write the psuedo code for the Depth first Search.
|
View Answer
|
|
What are the advantages and disadvantages of B-star trees over Binary trees?
|
View Answer
|
|
Write a fucntion that will reverse a string.
|
View Answer
|
|
What is the difference between Stack and Queue?
|
View Answer
|
|
What are the differences between new and malloc?
|
View Answer
|
|
What is your reaction to this line of code?
|
View Answer
|
|
When should you use multiple inheritance?
|
View Answer
|
|
What are the debugging methods you use when came across a problem?
|
View Answer
|
|
How the compilers arranges the various sections in the executable image?
|
View Answer
|