Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Char a[ ]=”string” and char
*a=”String”

Answer Posted / ratish

c/c++ is case sensitive language. so Char is invalid data type. hence char *a="String" is correct answer.

Is This Answer Correct ?    11 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c++ still popular?

1042


What is dynamic and static typing?

1181


C is to C++ as 1 is to a) What the heck b) 2 c) 10

1057


What is difference between malloc()/free() and new/delete?

1165


How do we balance an AVL Tree in C++?

1128


How do you generate a random number in c++?

1089


What is a v-table?

1176


How a new operator differs from the operator new?

1115


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

1321


What are the characteristics of friend functions?

1011


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

800


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

1186


Difference between a homogeneous and a heterogeneous container

1139


How can we access protected and private members of a class?

1114


What is the role of static keyword for a class member variable?

1068