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 / 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 |
What is difference between array and pointer in c?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Describe static function with its usage?
Is c compiled or interpreted?
What is alloca() and why is its use discouraged?
What is static volatile in c?
Juxtapose the use of override with new. What is shadowing?
What is the use of typedef in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
explain memory layout of a C program
What is the function of multilevel pointer in c?