What is difference between initialization and assignment?

Answer Posted / hariharan,k

initialization mean's to initilise a variable.
assignment mean's assign value to a variable.

Is This Answer Correct ?    73 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two main components of c++?

591


What is the difference between cin.read() and cin.getline()?

563


How would perform Pattern Matching in C++?

658


What is the identity function in c++? How is it useful?

553


Does c++ have foreach?

527






Difference between declaration and definition of a variable.

589


Explain what is class definition in c++ ?

599


What does obj stand for?

633


Is c++ a good first language to learn?

576


Explain binary search.

576


What is polymorphism in c++? Explain with an example?

607


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2197


What is a forward referencing and when should it be used?

577


What is vector string in c++?

576


What are proxy objects in c++?

643