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 guid? Why does com need guids?
How do I get good at c++ programming?
What is c++ map?
What is the arrow operator in c++?
Explain what is polymorphism in c++?
What is virtual base class?
What is the basic difference between C and C++?
What do you mean by “this” pointer?
What is the use of 'this' pointer?
Why do we need runtime polymorphism in c++?
We use library functions in the program, in what form they are provided to the program?
Why do we use vector in c++?
What is pure virtual function? Or what is abstract class?
What happens if a pointer is deleted twice?
What are the types of container classes?