struct tag{
auto int x;
static int y;
};main()
{
struct tag s;
s.x=4;
s.y=5;
printf(ā%dā,s.x);
}
Answer Posted / 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 |
Post New Answer View All Answers
What is call by value in c?
What is the sizeof () operator?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the use of void pointer and null pointer in c language?
Is r written in c?
How to create struct variables?
is it possible to create your own header files?
What is putchar() function?
What is pre-emptive data structure and explain it with example?
What are the advantages of using new operator as compared to the function malloc ()?
Explain how do you print an address?
How do you view the path?
how to build a exercise findig min number of e heap with list imlemented?
What are two dimensional arrays alternatively called as?
regarding pointers concept