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


Please Help Members By Posting Answers For Below Questions

What is a map in c++?

587


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3375


What is null pointer and void pointer?

631


How come you find out if a linked-list is a cycle or not?

573


Why do we need c++?

599






How can I disable the "echo" feature?

611


what is upcasting in C++?

722


Can I run c program in turbo c++?

586


Is c++ faster than c?

596


Why c++ is faster than java?

601


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

691


What is the difference between the parameter to a template and the parameter to a function?

641


What is a tree in c++?

565


Can we specify variable field width in a scanf() format string? If possible how?

666


How would you differentiate between a pre and post increment operators while overloading?

654