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
What are function prototypes?
What is ifstream c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are abstract data types in c++?
Write is a binary search tree? Write an algo and tell complexity?
List the issue that the auto_ptr object handles?
Explain the auto storage classes in c++.
Explain abstraction.
Can we delete this pointer in c++?
Who created c++?
What is an operator function? Describe the function of an operator function?
Why #include is used?
What is stl containers in c++?
What is c++ w3school?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.