Explain 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 the use of sizeof?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


What is structure and union in c?

0 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


What is the best way to store flag values in a program?

0 Answers  


in which language c language is written?

2 Answers  


What are different storage class specifiers in c?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,


Categories