struct complex
{
  float re;    
  float im;    
}        
...
struct complex x, y;    // Declare x and y of type complex