Answer Posted / shrikantauti
strcat()
it appends two strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you pass an entire structure to functions?
What does typeof return in c?
What are structure members?
How can you avoid including a header more than once?
What is the code in while loop that returns the output of given code?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain the use of fflush() function?
How can I get back to the interactive keyboard if stdin is redirected?
how we can make 3d venturing graphics on outer interface
swap 2 numbers without using third variable?
What is pointer in c?
Difference between malloc() and calloc() function?
How macro execution is faster than function ?
how to print the character with maximum occurence and print that number of occurence too in a string given ?