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 |
How can I read in an object file and jump to locations in it?
What does 1f stand for?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Why functions are used in c?
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
HOW TO HANDLE EXCEPTIONS IN C
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
simple program for virtual function?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What is nested structure?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?