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

How can I find the modification date and time of a file?

595


Tell me when would you use a pointer to a function?

594


What is a pointer value and address in c?

621


Why we not create function inside function.

1740


Why do we use null pointer?

597






FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

613


Explain what is a const pointer?

630


What do you know about the use of bit field?

600


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

693


What are pointers really good for, anyway?

606


Explain what are multidimensional arrays?

590


Write a C program in Fibonacci series.

622


What is extern c used for?

561


Describe wild pointers in c?

629


Who invented bcpl language?

698