bagaimana mendeklarasikan struktur di c

struct book{
   int pages;
   char author[30];
   float price;
}b;
oscar muya