String concatenation
Answers were Sorted based on User's Feedback
Answer / shrikantauti
it appends two strings. for this strcat() is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you understand by normalization of pointers?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is character constants?
Difference between malloc() and calloc() function?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What is the memory allocated by the following definition ? int (*x)();
What are the applications of c language?
How to find a missed value, if you want to store 100 values in a 99 sized array?
what is the use of #pragma pack, wer it is used?
How can I do peek and poke in c?
Define circular linked list.
Place the #include statement must be written in the program?