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

5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 Answers  


What are the advantages of the functions?

0 Answers  


When should a type cast be used?

0 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


Explain what is the difference between #include and #include 'file' ?

0 Answers  






What does void main () mean?

0 Answers  


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


Explain why c is faster than c++?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


Where are the auto variables stored?

0 Answers   TISL,


biggest of two no's with out using if condition statement

8 Answers  


Are there namespaces in c?

0 Answers  


Categories