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


Please Help Members By Posting Answers For Below Questions

What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

913


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

759


What's the order in which the local objects are destructed?

1019


Can circle be called an ellipse?

837


Is c++ fully object oriented?

733


Is eclipse good for c++?

779


What do you mean by ‘void’ return type?

837


What do you mean by vtable and vptr in c++?

812


What is c++ flowchart?

994


How do you declare A pointer to function which receives an int pointer and returns a float pointer

906


Is ca high or low level language?

821


What is class invariant in c++?

962


What is c strings syntax?

796


Which operator cannot overload?

810


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

849