Q3. What is the output of C program with structures.?
int main()
{
structure hotel
{
int items;
char name[10];
}a;
strcpy(a.name, "TAJ");
a.items=10;
printf("%s", a.name);
return 0;
}
Answers
Answered by
10
Explanation:
The C programming language and Data Structures are among the frequently . The *form parameter will show the format of the output.
Answered by
2
Answer:
taj
Explanation:
this is we run the programming as we get error for Another values
Similar questions