Related Questions

Which of the following syntax for declaring a variable of struct STRUCT can be used in both C and C++?
Which option is not possible for the following function call?
func(&s.a); //where s is a variable of type struct and a is the member of the struct.
Which of the following is an incorrect syntax for pointer to structure?
(Assuming struct temp{int b;}*my_struct;)