- What is a structure?
- How to access structure members?
- How to access the variable x in the following structure?
struct s1{ struct { struct { int x; }s2 }s3 }s; - Can structure contain pointer to itself?
- Difference between Structure and Unions?
- Difference between Structure and Arrays?
- How are structure passing and returning inplemented by compiler?
- How can we check whether contents of two structure variables are same or not?
- How can we read/write from/to data files?
- What are the similarities between structure,union and enumeration?
- Define bitfields?What is the use of bitfields in structure declaration?
- What are the advantages of using Structure?
- How will you pass a structure to a function?
- How will you pass an array of structures to a function?
- Is there any way to compare two structures automatically?
- Why we cannot use relational and logical operators in structure variable?
- 20 floats are to bestored in memory.What would you prefer,an array or a structure?
- state true or false for the following
- All structure elements are stored in contiguous memory locations
- In an array of structures,not only are all structures stored in contiguous memory locations,but the elements of individual structures arealso stored in contiguous locations.
Pages
▼
No comments:
Post a Comment