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
What is the output of the following program? Why?
Explain the use of vtable.
Is c++ primer good for beginners?
What flag means?
What is the difference between global variables and local variable
What is the difference between prefix and postfix versions of operator++()?
What is an arraylist c++?
How compile and run c++ program in turbo c++?
What is meant by the term name mangling in c++?
What is pointer in c++ with example?
What is a manipulative person?
What do you mean by static variables?
How to allocate memory dynamically for a reference?
What is the most useful programming language?
What is DlgProc?