what is the order of initialization for data?
Answer Posted / rejeesh r
Class is a connection of objects.
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
Explain the difference between c & c++?
What are the two types of comments, and how do they differ?
What does count ++ do in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is array in c++ example?
What is a unnitialised pointer?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the c++ code?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Describe new operator and delete operator?
What is ctime c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What can I safely assume about the initial values of variables which are not explicitly initialized?
What do you mean by inheritance in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?