|
Question |
Rating |
View Answer |
|
Differentiate between the message and method.
|
|
View Answer |
|
What is a concrete class? |
|
View Answer |
|
What is the difference between an ARRAY and a LIST? |
|
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 |
|
What can I safely assume about the initial values of variables which are not explicitly initialized?
|
|
View Answer |
|
Define a constructor - What it is and how it might be called (2 methods).
|
|
View Answer |
|
What are tokens in C++? |
|
View Answer |
|
What is the difference between char a[] = “string”; and char *p = “string”;?
|
|
View Answer |
|
What is difference between template and macro ? |
|
View Answer |
|
When does a name clash occur?
|
|
View Answer |
|
Tell how to check whether a linked list is circular.
|
|
View Answer |
|
What is output equal to in Bitwise Operations |
|
View Answer |
|
What is deadlock?
|
|
View Answer |
|
Is it possible to have Virtual Constructor? If yes, how? If not, Why not possible ?
|
|
View Answer |
|
What is the Standard Template Library (STL)?
|
|
View Answer |
|
How the compilers arranges the various sections in the executable image?
|
|
View Answer |
|
What is a Makefile?
|
|
View Answer |
|
What is a modifier?
}; |
|
View Answer |
|
Write a program that ask for user input from 5 to 9 then calculate the average
|
|
View Answer |
|
What is a parameterized type?
|
|
View Answer |