there is an array of const char pass [=] '{' a ',' a ',' a ',' a ',' a ',' a ',' a ',' a '};
it is necessary to choose from it in the first variant only 1 2 5, in the second 3 4 6 elements, tell me how to implement? thank
there is an array of const char pass [=] '{' a ',' a ',' a ',' a ',' a ',' a ',' a ',' a '};
it is necessary to choose from it in the first variant only 1 2 5, in the second 3 4 6 elements, tell me how to implement? thank
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
Source: https://ru.stackoverflow.com/questions/524647/
All Articles