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 can you quickly find the number of elements stored in a static array?
Explain virtual class and friend class.
What are literals in C++?
Briefly describe a B+ tree. What is bulk loading in it?
How do I write a c++ program?
Should I learn c++ c?
What are register variables?
What is object in c++ wikipedia?
Comment on c++ standard exceptions?
I need to find a specific string between two strings how do I do it?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What are smart pointers?