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
If errno contains a nonzero number, is there an error?
what are non standard function in c
Why c is a mother language?
What is array of structure in c?
What is the difference between array and pointer in c?
What is the purpose of sprintf?
Differentiate between declaring a variable and defining a variable?
What do you mean by keywords in c?
What is a static function in c?
Why static is used in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Why #include is used in c language?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are runtime error?