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
What are the differences between java and c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Can we make copy constructor private in c++?
Is c++ proprietary?
What does ctime() do?
What is the best c++ compiler?
Is rust better than c++?
which of the following is not an secondary constant a) array b) real c) union
What is the use of 'using' declaration in c++?
What is a constructor and how is it called?
Can a constructor be private?
Can recursive program be written in C++?
Explain the difference between static and dynamic binding of functions?
What are c++ data types?
Can we make any program in c++ without using any header file and what is the shortest program in c++.