struct tag{
auto int x;
static int y;
};main()
{
struct tag s;
s.x=4;
s.y=5;
printf(“%d”,s.x);
}
Answers were Sorted based on User's Feedback
Answer / vishal soni
There is errors......
Because auto can't write in structure scope.... It is in functions
Is This Answer Correct ? | 13 Yes | 3 No |
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Simplify the program segment if X = B then C ← true else C ← false
What is wrong with this declaration?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
Explain what is the difference between a free-standing and a hosted environment?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is sizeof int in c?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
can we execute the program with the object file
to convert a string without using decrement operater and string functions
Explain do array subscripts always start with zero?