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 are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


can you change name of main()?how?

3 Answers   HCL, Siemens,


how to find the sizof of any datatype using bit manipulations

3 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Is c high or low level?

0 Answers  






What is a function simple definition?

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


how to print "hai" in c?

13 Answers   TCS,


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


What is the heap in c?

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


What are the features of c languages?

0 Answers  


Categories