What type should I use to store the ISBN number in C? -
i'm creating code storing book data struct. so, data including book's title, author's name, price , isbn number (which including dashes group 13-digit code). title , name, sure using string
, float
price. i'm stuck in isbn number because containing dashes. so, type should use store numbers , dashes? i'm still beginner in coding program. :(
Comments
Post a Comment