Logo 
Search:

C++ Programming Forum

Ask Question   UnAnswered
Home » Forum » C++ Programming       RSS Feeds

C++ Array Structure

  Asked By: Deek    Date: Mar 26    Category: C++ Programming    Views: 547
  

I want to
Create a C++ program to accept the details of 5 customers into this structure. Can anyone help?

struct CustomerDetails
{
int Customer_id;
char Customer_name[30];
char Mobile_no[15];
float Amount;
}

THanks

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on C++ Array Structure Or get search suggestion and latest updates.




Tagged: