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
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What language does google use?
Can java be faster than c++?
What can I use instead of namespace std?
What are the two shift operators and what are their functions?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is searching?
Write a function to find the nth item from the end of a linked list in a single pass.
Is c++ high level programming language?
How do we implement inheritance in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What do you mean by translation unit?
Why do we use string in c++?
Explain how overloading takes place in c++?
What size is allocated to the union variable?