www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Expressions
Wednesday 08th September 2010
 
 
Why can't you nest structure definitions?

Discuss it!          


You can nest structure definitions.


struct salary
{
    char empname[20];
    struct 
    {
        int dearness;
    }
    allowance;
}employee;



Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!