struct tag{
auto int x;
static int y;
};main()
{
struct tag s;
s.x=4;
s.y=5;
printf(ā%dā,s.x);
}
Answer Posted / prasha patel
4
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Tell us two differences between new () and malloc ()?
What is static volatile in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
How the c program is executed?
How can I access an I o board directly?
What is context in c?
What does sizeof return c?
How do you write a program which produces its own source code as output?
What is typedef struct in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Write a code on reverse string and its complexity.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
c program to compute AREA under integral
Why we write conio h in c?
Explain argument and its types.