What is the difference between Char a[ ]=”string” and char
*a=”String”
Answers were Sorted based on User's Feedback
Answer / nisha
a[0] that is 's' is upper in last and in other its lower .
| Is This Answer Correct ? | 0 Yes | 6 No |
How do I run c++?
Describe protected access specifiers?
What is the use of endl in c++ give an example?
Explain the operation of overloading of an assignment operator.
What are c++ stream classes?
What do you mean by ‘void’ return type?
Define a way other than using the keyword inline to make a function inline?
What are the basics of local (auto) objects?
In which memory a class gets stored(in heap /in stack)? And why??
What is the advantage of c++ over c?
What do you mean by static variables?
What are the characteristics of friend functions?