|
Related Questions |
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
|
|
What are the differences between a C++ struct and C++ class?
|
View Answer
|
|
How do you know that your class needs a virtual destructor?
|
View Answer
|
|
What is the difference between new/delete and malloc/free?
|
View Answer
|
|
What happens when a function throws an exception that was not specified by an exception specification for this function?
|
View Answer
|