The C++ programming technique allows defining user defined datatypes through structure. The syntax to declare structure is as follows:
struct student
{
char name[100]
char address[250]
};
{
char name[100]
char address[250]
};
DOT NET INTERVIEW QUESTIONS AND ANSWERS
0 Comments:
Post a Comment