How to combine two list into one common list with the name SOFTWARE in C program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Jan 2021, 4:54 PM
SIVASANKAR K
SIVASANKAR K - avatar
5 Answers
0
U can use strcpy() for combining strings
28th Jan 2021, 5:25 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 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!
29th Jan 2021, 7:13 AM
Lothar
Lothar - avatar
+ 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.
9th Jun 2022, 9:11 AM
Sanjai M
Sanjai M - avatar
0
Tq
29th Jan 2021, 1:41 AM
SIVASANKAR K
SIVASANKAR K - avatar
0
29th Jan 2021, 9:51 AM
Govindaraj Palanisamy
Govindaraj Palanisamy - avatar