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

Who was the creator of c++?

556


What is singleton pattern in c++?

544


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

681


Explain mutable storage class specifier.

622


Explain about templates of C++.

674






There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2530


What is boyce codd normal form in c++?

690


How many types of scopes are there in c++?

574


Define a nested class.

611


What is null pointer and void pointer and what is their use?

584


How many namespaces are there in c++?

556


Do class method definitions?

581


Which c++ compiler is best?

582


What are guid? Why does com need guids?

566


What is function prototyping?

618