Which function in C can be used to append a string to another string?
No Answer is Posted For this Question
Be the First to Post Answer
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is call by reference in functions?
define string ?
write a program to display the array elements in reverse order in c language
What does c value mean?
What is the use of putchar function?
How can I send mail from within a c program?
What are pragmas and what are they good for?
write a program that will print %d in the output screen??
Explain how can I pad a string to a known length?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
what is the definition of storage classes?