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
Explain the difference between abstract class and interface in c++?
What is fflush 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
Why #include is used?
Explain the volatile and mutable keywords.
What are enumerations?
What is the disadvantage of using a macro?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What are the storage qualifiers?
Write about the access privileges in c++ and also mention about its default access level?
How do you print a string on the printer?
What is the difference between strcpy() and strncpy()?
What is the default access level?
What is the size of a vector?
Write syntax to define friend functions in C++.