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 |
What is meant by 'bit masking'?
write a c program to store and print name,address,roll.no of a student using structures?
c program to arrange digits in a no in ascending and descending order
What are control structures? What are the different types?
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
Why c is called a middle level language?
How can you avoid including a header more than once?
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.
what is array?
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.
? ???Mirror Mirror on the wall????????