Initializing the structure variables :
struct book
{
char name[10];
float price;
int pages;
};
struct book b1 = { "abc",50.00, 100 };
struct book b2 = { "xyz", 200.00, 500 };
FREE JOB ALERT & ONLINE TUTORIALS
struct book
{
char name[10];
float price;
int pages;
};
struct book b1 = { "abc",50.00, 100 };
struct book b2 = { "xyz", 200.00, 500 };
About Anand Aithani
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware and Networking".
this website for helping all of you who want to grow with us ......
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware & Networking".
this website for helping all of you who want to grow with us ......
No comments:
Post a Comment