|
Related Questions |
View Answer |
 |
Write a program to find the sum of integers that are evenly divisible by 10 bfor a given range (example 1 through 50) |
View Answer |
 |
Input three positive integers representing the sides of triangle and determine wether they form a valid triangle.hint: in triangle the sum of any two sides must always be greater than the third side |
View Answer |
 |
Write a program to convert given amount in EURO to local OMR by reading the amount in EURO from a file and write equivalent amount in OMR to another file. 1 EURO=0.52004 OMR |
View Answer |
 |
What is c++? |
View Answer |
 |
Is in c++ an array consists of broken memory locations? |
View Answer |
 |
what happen if i assign a number with a decimal point to an integer rather than to a float ? consider the following line of code : int a NUMBER = 5.4 |
View Answer |
 |
what should the 64-bit integer type on new,64-bit machines be? |
View Answer |
 |
Applications of c++ object oriented programs? |
View Answer |
 |
What is a mutable member?
|
View Answer |
 |
Define a constructor - What it is and how it might be called (2 methods).
|
View Answer |
 |
Anything wrong with this code? T *p = 0; delete p;
|
View Answer |
 |
Anything wrong with this code? T *p = new T[10]; delete p;
|
View Answer |
 |
What is an orthogonal base class?
|
View Answer |
 |
What is an adaptor class or Wrapper class? |
View Answer |
 |
What is the dangling pointer in c++
|
View Answer |
 |
What is a mixin class?
|
View Answer |
 |
What is a concrete class? |
View Answer |
 |
What is the handle class?
|
View Answer |
 |
What is an action class? |
View Answer |
 |
When can you tell that a memory leak will occur?
|
View Answer |