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 the difference between. system call and library function?
write a c program to print "Welcome" without using semicolon in the whole program ??
Lists the benefits of c programming language?
what is Structural oriented language? give some example of this language.....?
What are .h files and what should I put in them?
What is enumerated data type in c?
What are function pointers? Provide an example.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How can I remove the trailing spaces from a string?
Do string constants represent numerical values?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is pragma in c?