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
How do you list a file’s date and time?
which type of aspect you want from the student.
Explain what is wrong with this program statement?
Explain the bubble sort algorithm.
Why doesnt that code work?
What is void pointers in c?
What is switch in c?
What is "Duff's Device"?
What is spaghetti programming?
What’s a signal? Explain what do I use signals for?
What is indirection? How many levels of pointers can you have?
Explain setjmp()?
Why is struct padding needed?
What are the different types of data structures in c?
What is difference between class and structure?