Question
struct node
{
struct node *left;
struct node *centre;
struct node *right;
};
a.
1
b.
2
c.
3
d.
All of the above
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The number of distinct nodes the following struct declaration can point to is
Similar Questions
Discover Related MCQs
Q. What is a structure in C language?
View solution
Q. What is the size of a C structure?
View solution
Q. Choose a correct statement about C structures.
View solution
Q. Choose a correct statement about C structure elements.
View solution
Q. A C Structure or User defined data type is also called
View solution
Q. What are the uses of C Structures?
View solution
Q. In a nested structure definition, with country.state.district statement, memeber state is actually present in the structure? (COUNTY, STATE, DISTRICT structures)
View solution
Q. What is actually passed if you pass a structure variable to a function?
View solution
Q. Choose a correct statement about structure and array.
View solution
Q. What are the types of data allowed inside a structure?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!