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...

hOW Can I add character in to pointer array of characters

char *a="indian";
ie I want to add google after indian in the char *a


Answer Posted / david

it is not possible because it declares a block of array in
the time of initialisation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the symbol indicated the c-preprocessor?

1312


Define macros.

1327


What is the difference between a free-standing and a hosted environment?

1191


Can I initialize unions?

1089


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1368


Explain how can you check to see whether a symbol is defined?

1247


Explain what is #line used for?

1115


Is it possible to initialize a variable at the time it was declared?

1255


What is linear search?

1179


What is pragma in c?

1281


What are the advantages and disadvantages of a heap?

1258


How many types of functions are there in c?

1226


Which is the best website to learn c programming?

1133


Explain how do you use a pointer to a function?

1152


Explain how do you generate random numbers in c?

1128