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 a volatile keyword in c?
What is getch () for?
why we shiuld use main keyword in C
Output for following program using for loop only * * * * * * * * * * * * * * *
When do we get logical errors?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
What does extern mean in a function declaration?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how can we use static and extern?and where can we use this?
say the following declaration is correct nr not. int b=a,n=0;
how to set Nth bit of variable by using MACRO
Differentiate between calloc and malloc.