+ 1
How to combine two list into one common list with the name SOFTWARE in C program
There are two lists CSE and IT with the students register numbers selected for placement from CSE and IT department respectively. Combine the two lists into one common list with the name SOFTWARE. In C program
5 Respuestas
0
U can use strcpy() for combining strings
+ 5
SIVASANKAR K , can you just give a sample how your both lists look like? also show how they new list should look like. it would also be great, if you could explain what you mean by saying "combine" the 2 lists. is it to take one list and add it to the other (so number of elements will double), or do you like to merge like: lst1_elem1 + lst2_elem1 = gives one new element in the new list.
please also show us your attempt here. thanks!
+ 1
There are two lists CSE and IT with the students register numbers selected for placement from CSE and IT department respectively.Combine the two lists into one common list with the same SOFTWARE.
0
Tq
0