logo

Crowdly

Browser

Add to Chrome

Dado este código: ... #define FILE "file.txt" int main(void) { in...

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

Dado este código:

...

#define FILE "file.txt"

int main(void) {

int file;

if ((file = open(FILE, O_CREATE | O_TRUNC | O_RDWR) == -1) {

// Imprimimos error

...

};

close(file);

...

}

¿Se ha borrado del disco el fichero FILE?

More questions like this

Want instant access to all verified answers on moodle.uam.es?

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

Browser

Add to Chrome