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
What is LINKED LIST? How can you access the last element in a linked list?
What are identifiers and keywords in c?
What is the use of function overloading in C?
pierrot's divisor program using c or c++ code
What are examples of structures?
what is the basis for selection of arrays or pointers as data structure in a program
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How many types of errors are there in c language? Explain
What is the right type to use for boolean values in c?
Who is the founder of c language?
What is linear search?
Why is a semicolon (;) put at the end of every program statement?
What are multidimensional arrays?
What are formal parameters?
Why doesnt the call scanf work?