Which of the following statements is incorrectA. typedef struct new     {      int n1;      char n2;      } DATA;B. typedef struct      {       int n3;       char *n4;       }ICE;C.   typedef union       {       int n5;       float n6;       } UDT;D.  #typedef union      {      int n7;      float n8;      } TUDAT;

This question is related to TCS Interview

Showing Answers 1 - 1 of 1 Answers

konda reddy

  • Jan 20th, 2006
 

preprocessor cant be included for a structure

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions