What is difference between initialization and assignment?

Answer Posted / janet

Assignment can be done as many times as desired where as
initialization can be done only once.

Is This Answer Correct ?    166 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is runtime polymorphism in c++?

593


What is virtual methods?

659


What are guid?

691


Why do we need pointers?

585


Does c++ have a hash table?

546






What are virtual functions in c++?

691


What is &x in c++?

558


What is the difference between C and CPP?

635


What is name hiding in c++?

617


Describe exception handling concept with an example?

560


Can we sort map in c++?

596


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

591


What is c++ flowchart?

679


Write a code/algo to find the frequency of each element in an array?

607


Difference between overloading vs. Overriding

590