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

Post New Answer

More C Interview Questions

What is structure packing ?

2 Answers   HP,


What are the different categories of functions in c?

0 Answers  


Where local variables are stored in c?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


State the difference between realloc and free.

0 Answers   Aricent,


code for quick sort?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


Categories