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
Is there a sort function in c++?
Is map thread safe c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is #include iomanip?
What is the object serialization?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is a class definition?
How do we implement inheritance in c++?
How to declare a function pointer?
What's the order in which the objects in an array are destructed?
Differentiate between C and C++.
Explain rethrowing exceptions with an example?
What are the storage qualifiers?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Which programming language's unsatisfactory performance led to the discovery of c++?