What is the output of the program
main ()
{
int
structure College
{
int students ;
char name [10];
}c;
strcpy( C.name," MICOLLEGE");
c. students. 780;
pointf("%s", c. name);
}
Answers
Answered by
1
Answer:
what is this I don't understand it
Similar questions