What is the difference between Char a[ ]=”string” and char
*a=”String”
Answer Posted / thinker
Losers.! char* is not a constant pointer where as char[] is a constant pointer
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a constant reference?
How do you clear a buffer in c++?
What is the use of register keyword with the variables?
In a function declaration what does extern means?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is a constant? Explain with an example.
Describe the setting up of my member functions to avoid overriding by the derived class?
Write about the retrieval of n number of objects during the process of delete[]p?
What does flush do?
What is a stack c++?
Why do we need pointers?
Why do we need constructors in c++?
What is the cout in c++?
what is the use of void main() in C++ language?
What are the data types in c++?