can anyone tell me why title is attached to author name in this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

can anyone tell me why title is attached to author name in this code?

https://code.sololearn.com/c9b1OlM9JdIx/?ref=app

31st Oct 2018, 5:24 PM
Rishab Sharma
Rishab Sharma - avatar
2 Answers
+ 5
The string you try to copy to the struct member "title" was too large to fit in, set title member size to a bigger number so it can fit in, and it will work.
31st Oct 2018, 5:51 PM
Ipang
+ 2
thnks
31st Oct 2018, 5:56 PM
Rishab Sharma
Rishab Sharma - avatar