String concatenation

Answers were Sorted based on User's Feedback



String concatenation ..

Answer / shrikantauti

it appends two strings. for this strcat() is used.

Is This Answer Correct ?    3 Yes 0 No

String concatenation ..

Answer / shrikantauti

strcat()
it appends two strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Describe dynamic data structure in c programming language?

0 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


What is difference between main and void main?

0 Answers  


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What is the use of getchar() function?

0 Answers  


What is meant by gets in c?

0 Answers  


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


What is the use of a static variable in c?

0 Answers  


What is c language & why it is used?

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


Categories