What is difference between initialization and assignment?

Answer Posted / zuber

Initialization can be can be done at the time of
declaration where as assiginment can be done anywhere

Is This Answer Correct ?    55 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does override mean in c++?

578


Can user-defined object be declared as static data member of another class?

550


Where do I find the current c or c++ standard documents?

579


What is isdigit c++?

569


what are Access specifiers in C++ class? What are the types?

624






Explain function overloading and operator overloading.

617


What is std namespace in c++?

715


Why do we use pointers in c++?

589


What is an inline function in c++?

625


Explain Text Manipulation Routines?

644


What is the role of C++ shorthand's?

672


Why can templates only be implemented in the header file?

656


Search for: what is pair in c++?

586


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2280


What is c strings syntax?

604