예제로 배우는 C 프로그래밍: 2025-04-12 16:08:56 리뷰(0) 최저가 보기 상품리뷰 보기 #include // 상품 구조체 정의typedef struct { char name[50]; int price; char description[100];} Product;// 상품 정보 출력 함수void printProductDetails(Product p) { printf(\ 최저가 보기 상품리뷰 보기