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
Explain the red-black trees?
main() { printf("hello%d",print("QUARK test?")); }
Why isnt any of this standardized in c?
What is difference between array and structure in c?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Is this program statement valid? INT = 10.50;
develop algorithms to add polynomials (i) in one variable
What is 02d in c?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
How does the assert() function work?
Explain the priority queues?
What are the advantages of Macro over function?