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


Please Help Members By Posting Answers For Below Questions

What is the size of enum in c?

612


Was 2000 a leap year?

618


How can I determine whether a machines byte order is big-endian or little-endian?

615


how to introdu5ce my self in serco

1517


Why c is a mother language?

552






What does printf does?

733


What is adt in c programming?

605


How to find a missed value, if you want to store 100 values in a 99 sized array?

808


What are the rules for the identifier?

662


Give me the code of in-order recursive and non-recursive.

878


What are header files and what are its uses in C programming?

625


what do you mean by enumeration constant?

592


How can I recover the file name given an open stream?

547


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

683


Explain can static variables be declared in a header file?

668