Answer Posted / shrikantauti
strcat()
it appends two strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between functions getch() and getche().
How pointer is different from array?
What is null pointer constant?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the use of function in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is the size of structure pointer in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How many data structures are there in c?
How can I generate floating-point random numbers?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is pointer to pointer in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What is #ifdef ? What is its application?
What is character constants?