Question: Consider the following statements: typedef struct A {int B; float C;} D; D E; What is the type of E? a. struct A b. struct
Consider the following statements: typedef struct A {int B; float C;} D; D E; What is the type of E?
a. struct A
b. struct D
c. struct E
d. struct B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
