구조체에서

멤버가
struct s{
  int   a;
  float b;
}
이렇게 있을때
float* p =&s.b
이거 가능하냐