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
Explain how functions are classified in C++ ?
What is the best ide for c++?
Write a c program for binary addition of two 8 bit numbers.
State two differences between C and C++.
Are vectors passed by reference c++?
Can I learn c++ as my first language?
What is oop in c++?
Is c++ a difficult language?
What is overloading unary operator?
Describe private, protected and public?
What is rtti in c++?
How do you sort a sort function in c++ to sort in descending order?
Explain queue. How it can be implemented?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What character terminates all character array strings a) b) . c) END