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




hOW Can I add character in to pointer array of characters char *a="indian"; ie I want ..

Answer / 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

More C Interview Questions

What is a scope resolution operator in c?

0 Answers  


What are data types in c language?

0 Answers  


what is c language.

3 Answers  


What is a pragma?

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  






for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


Why is extern used in c?

0 Answers  


What is main void in c?

1 Answers  


who is the editor of 'pokemon'?

1 Answers  


What are predefined functions in c?

0 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Categories