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 bubble sorting.
Which is better c++ or java?
Which programming language should I learn first?
What is the use of function pointer?
Where are setjmp and longjmp used in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
What is the difference between global int and static int declaration?
Why ctype h is used in c++?
Can a program run without main function?
Is sorted c++?
What's the hardest coding language?
What is rvalue?
what are the iterator and generic algorithms.
How many namespaces are there in c++?
What is decltype c++?