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 is a singleton c++?
What are literals in C++?
what is a class? Explain with an example.
What are proxy objects in c++?
How much maximum can you allocate in a single call to malloc()?
What is the difference between new() and malloc()?
What will happen if a pointer is deleted twice?
Is c++ used anymore?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Differentiate between structure and class in c++.
Can we get the value of ios format flags?
What are the important differences between c++ and java?
What is function prototyping? What are its advantages?
What is the need of a destructor?
How do you decide which integer type to use?