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

What is the value of c?

0 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Explain Basic concepts of C language?

0 Answers   EXL,


What is the difference between char array and char pointer?

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


How can I find the day of the week given the date?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


Why structure is used in c?

0 Answers  


What is floating point constants?

0 Answers  


Categories