Answer Posted / shrikantauti
strcat()
it appends two strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is dynamic data structure?
What is the function of multilevel pointer in c?
What are global variables and explain how do you declare them?
Differentiate call by value and call by reference?
develop algorithms to add polynomials (i) in one variable
C program to find all possible outcomes of a dice?
What is the concatenation operator?
How can I swap two values without using a temporary?
Explain how can I pad a string to a known length?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Why pointers are used?
swap 2 numbers without using third variable?
What is else if ladder?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is a rvalue?