What is difference between initialization and assignment?
Answer Posted / rahul rasal
Simple Word In my Word..
Initilize:
E.g:
int i;
Assign:
E.g:
int i=30;
Is it Right...?
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Explain how functions are classified in C++ ?
Is recursion allowed in inline functions?
Explain the difference between new() and malloc() in c++?
What is c++ prototype?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Describe the setting up of my member functions to avoid overriding by the derived class?
Can recursive program be written in C++?
What is the purpose of ios::basefield in the following statement?
Explain this pointer?
Describe delete operator?
What are multiple inheritances (virtual inheritance)?
Write a function that swaps the values of two integers, using int* as the argument type?
Explain the isa and hasa class relationships.
Name four predefined macros.