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 |
Write a program that accept anumber in words
Do character constants represent numerical values?
What is memcpy() function?
How are strings stored in c?
What is meant by int fun const(int a, int b) { .... ... }
How can I change the size of the dynamically allocated array?
Give the rules for variable declaration?
What is a union?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is a global variable in c?
wat are the two methods for swapping two numbers without using temp variable??