c언어로 만든 typedef 구조체 개념 프로그램
본 자료는 미리보기를 지원하지 않습니다.
닫기
  • 1
  • 2
해당 자료는 0페이지 까지만 미리보기를 제공합니다.
0페이지 이후부터 다운로드 후 확인할 수 있습니다.

본문내용

#include
#include
clrscr();
struct book
{
char title[50];
char author[50];
char publish[50];
int pages;
int price;
};
typedef struct book book;
typedef struct
{
char title[50];
char company[50];
char kinds[50];
int size;
int price;
} software;
typedef struct
{
char title[50];
char author[50];
char publish[50];
int pages;
int price;
} ybh;
int main(void)
{
book yourbook = {"A book on C", "Al Kelly", "홍릉과학출판사", 830, 24000};
book mybook = {"C@PL.com", "강 환수", "학술정보", 530, 20000};
  • 가격700
  • 페이지수2페이지
  • 등록일2007.10.31
  • 저작시기2007.10
  • 파일형식기타(cpp)
  • 자료번호#434465
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니