I was asked to write a program in c which when executed
displays how many no.of clients are connected to the server.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How do you do dynamic memory allocation in C applications?
How #define works?
difference between i++* and *++i
What is the meaning of 2d in c?
Explain built-in function?
write a string copy function routine?
How is pointer initialized 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. The Logic should be written in Data Structures?
What are the 4 types of functions?
define string ?
What is structure padding and packing in c?