What is difference between initialization and assignment?
Answer Posted / suraj
Initialization is a type of assignment done at declaration
level, but assinment can be done anywhere.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is exception handling? Does c++ support exception handling?
How many namespaces are there in c++?
Are vectors faster than arrays?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
How many characters are recognized by ANSI C++?
Define anonymous class.
Name the debugging methods that are used to solve problems?
Write syntax to define friend functions in C++.
Explain the static storage classes in c++.
What is object file? How can you access object file?
Write about the members that a derived class can add?
By using c++ with an example describe linked list?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the copy-and-swap idiom?