Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

C Keyword typedef

struct Distance{
  int feet;
  float inch;
};

int main() {
  struct Distance d1, d2;
}
Source by en.wikipedia.org #
 
PREVIOUS NEXT
Tagged: #C #Keyword #typedef
ADD COMMENT
Topic
Name
9+4 =