Я новичок в языке C и сейчас пытаюсь подсчитать количество вводимых символов. #include <stdio.h> main() { long nc; nc = 0; while (getchar() != EOF) ++nc; printf(«%1d\n», nc);…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy