logo

Crowdly

Browser

Add to Chrome

Care va fi valoarea variabilei number2 după execuția instrucțiunilor de mai jo...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Care va fi valoarea variabilei number2 după execuția instrucțiunilor de mai jos?

int number1 = 10, number2 = 11;

int fd = open("file.bin", O_RDWR);

write(fd, &number1, sizeof(int));

lseek(fd, 0, SEEK_SET);

read(fd, &number2, sizeof(int));

More questions like this

Want instant access to all verified answers on moodle.cs.utcluj.ro?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome