Answer Posted / shrikantauti
strcat()
it appends two strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is malloc return c?
When should structures be passed by values or by references?
Explain setjmp()?
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain how can a program be made to print the name of a source file where an error occurs?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are the different types of control structures?
What language is windows 1.0 written?
Are c and c++ the same?
What are the preprocessor categories?
What is .obj file in c?
Subtract Two Number Without Using Subtraction Operator
What is define directive?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is c call by value?