What is difference between initialization and assignment?
Answer Posted / adeolu
initialization is the first assignment value given to a
variable while assignment is the subsequent value giving to
the program variable
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What's the order in which the local objects are destructed?
Can circle be called an ellipse?
Is c++ fully object oriented?
Is eclipse good for c++?
What do you mean by ‘void’ return type?
What do you mean by vtable and vptr in c++?
What is c++ flowchart?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Is ca high or low level language?
What is class invariant in c++?
What is c strings syntax?
Which operator cannot overload?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement