Why this code is running even there is an error? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why this code is running even there is an error?

This code contains the usage of strcat and strrev functions, but doesn't contain String header file. But still it runs and gives correct output. How is this possible? https://code.sololearn.com/cRH33mBg7z4V/?ref=app

17th Jan 2019, 2:41 AM
Abhishek Kudlur
1 ответ
+ 2
Maybe the libraries are included by default server-side, so users don't have to do it themselves...?
17th Jan 2019, 3:57 AM
Dread
Dread - avatar