Computer Science, asked by alinvik369, 2 months ago

#include <stdio.h>
struct student
{
int no = 5;
char name[20];
};
void main()
{
struct students;
s.no = 8;
printf("hello");
}

Answers

Answered by soumyakumar53
0

Answer:

what do you mean by this question

Explanation:

Mark me as brainliest pls

Similar questions