String concatenation
Answers were Sorted based on User's Feedback
Answer / shrikantauti
it appends two strings. for this strcat() is used.
Is This Answer Correct ? | 3 Yes | 0 No |
What is the value of c?
Explain how can a program be made to print the line number where an error occurs?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Differentiate between static and dynamic modeling.
Explain Basic concepts of C language?
What is the difference between char array and char pointer?
What does the message "automatic aggregate intialization is an ansi feature" mean?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
How can I find the day of the week given the date?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Why structure is used in c?
What is floating point constants?