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
Describe the advantages of operator overloading?
What is c++ virtual inheritance?
How is modularity introduced in C++?
What do you mean by function overriding & function overloading in c++?
Can java be faster than c++?
Explain unexpected() function?
How can a struct in c++ differs from a struct in c?
How to give an alternate name to a namespace?
What is a literal in c++?
What c++ library is string in?
Declare a class vehicle and make it an abstract data type.
How can you say that a template is better than a base class?
What is std namespace in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What does ios :: app do in c++?