Care va fi valoarea variabile res după execuția codului de mai jos, presupunân...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care va fi valoarea variabile res după execuția codului de mai jos, presupunând că fișierul este deschis cu succes, iar dimensiunea lui este de 1KB:int res=1;char buf[100];int fd = open("file", O_RDWR);res = read(fd, buf, 10);