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
How do I run c++?
Can we specify variable field width in a scanf() format string? If possible how?
What is singleton pattern in c++?
What is c++ coding?
How can you link a c++ program to c functions?
How do I download c++?
Mention the storage classes in c++.
What are register variables?
Please explain class & object in c++?
Explain container class.
What's the order in which the local objects are destructed?
Why is the function main() special?
When can I use a forward declaration?
What are pointer-to-members in C++? Give their syntax.
Write about the role of c++ in the tradeoff of safety vs. Usability?