Write a code to define a structure named student, which includes name, student number and email address
1 answer:
Answer:
Hi!
I will write the code on C.
struct student <em>//define the struct on C.</em>
{
char name[50]; <em>//define an array of char for name.</em>
int number[15]
; <em>//define an array of int for number.</em>
char email[50]; <em>//define an array of char for email adress.</em>
}
Explanation:
The general syntax for structure in C is:
struct structName
{
data-type structMember1;
data-type structMember2;
data-type structMember3;
data-type structMember4;
};
You might be interested in
I would say ten would be the answer
Write "i" the write random words then delete it and add the lowercase i
2 is tha answer to Why should cloud computing not be a set of silos? Provide real or made up examples of why incompatible solutions will fail in IT.?
Answer:
OSI Model and TCP/IP Model
Explanation:
Answer:
Genetic engineering
Explanation: