What is the difference between Char a[ ]=”string” and char
*a=”String”
Answer Posted / nisha
a[0] that is 's' is upper in last and in other its lower .
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is C++ case sensitive a) False b) Depends on implementation c) True
Can we use struct in c++?
Differentiate between a pointer and a reference with respect to c++.
What is the best c c++ compiler for windows?
Why do we use constructor?
What is the C-style character string?
What are the advantages of c++ over c?
Explain the scope of resolution operator.
Describe the process of creation and destruction of a derived class object?
What is array in c++ pdf?
Why namespace is used in c++?
What is using namespace std in cpp?
What are the effects after calling the delete this operator ?
What is a container class? What are the types of container classes in c++?
What is flush () in c++?