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
  • A structure is [...]

struct point
{
  int x;
  int y;
};
Answer
a new type

Question
  • A structure is [...]

struct point
{
  int x;
  int y;
};
Answer
?

Question
  • A structure is [...]

struct point
{
  int x;
  int y;
};
Answer
a new type
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Structure is collection of variables that belong together A structure is a new type Example: struct point { int x; int y; };

Original toplevel document (pdf)

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

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.