Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
strncpy()
, it is a terrible function. It does not nul-terminatedest
if there is no nul byte among the firstn
bytes ofsrc
. As a resultordered
is not nul-terminated in your code"1 4 3 2 5"
can u give me a hint of how to solve this ,i had done but test returned it took more time
This comment is hidden because it contains spoiler information about the solution