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 a good data structure to use for storing lines of text?

0 Answers  


what do you mean by defining a variable in our c code?

2 Answers  


What are the two types of structure?

0 Answers  


What is extern c used for?

0 Answers  


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,






Why is this loop always executing once?

0 Answers  


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


What are different types of operators?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


write a program to display all prime numbers

0 Answers  


Categories