Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to declare a structure in C

struct book{
   int pages;
   char author[30];
   float price;
}b;
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #declare #structure #C
ADD COMMENT
Topic
Name
9+4 =