What is the difference between Char a[ ]=”string” and char
*a=”String”
Answer Posted / kanakesh
using char*a we can't assign new individual character like
a[2]='k';
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
What are protected members in c++?
What is pointer -to-members in C++? Give their syntax?
What is the use of setprecision in c++?
Explain stack unwinding.
How can a struct in c++ differs from a struct in c?
What is expression parser in c++
Difference between pointer to constant and constant pointer to a constant. Give example.
What are the advantages of early binding?
Describe friend function & its advantages.
What do you mean by “this” pointer?
How a modifier is similar to mutator?
What is std :: flush?
What does int * mean in c++?
What is overloading unary operator?
What are the main features of c++?