Explain which function in c can be used to append a string to another string?



Explain which function in c can be used to append a string to another string?..

Answer / Dharmraj Yadav

In C, you can use the strcat() (string concatenation) function to append one string to another. It takes two arguments: the destination string and the source string to be appended. The destination string is modified to include the source string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is meant by 'bit masking'?

1 Answers  


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


What are control structures? What are the different types?

1 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1 Answers  


Why c is called a middle level language?

1 Answers  


How can you avoid including a header more than once?

1 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


what is array?

8 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


Categories