Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

Arrays of 3 point structures (malloc)

struct point a[3];

[...] 
Answer
struct point* b = malloc(sizeof(struct point) * 3);

Question

Arrays of 3 point structures (malloc)

struct point a[3];

[...] 
Answer
?

Question

Arrays of 3 point structures (malloc)

struct point a[3];

[...] 
Answer
struct point* b = malloc(sizeof(struct point) * 3);
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Arrays of 3 point structures struct point a[3]; struct point* b = malloc(sizeof(struct point) * 3);

Original toplevel document (pdf)

owner: pavestonelaboringuntitled - (no access) - 02 C Programming.pdf, p57

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.