#include <stdio.h>
struct student
{
int no = 5;
char name[20];
};
void main()
{
struct students;
s.no = 8;
printf("hello");
}
Answers
Answered by
0
Answer:
what do you mean by this question
Explanation:
Mark me as brainliest pls
Similar questions