जॉइन Examsbook
969 0

प्र: In the following code can we declare a new typedef name emp even though struct employee has not been completely defined while using typedef? < Yes / No> typedef struct employee *ptr; struct employee {        char name[20];         int age;         ptr next; };

  • उत्तर देखें
  • Workspace

उत्तर :
व्याख्या :

Yes

क्या आपको यकीन है

  त्रुटि की रिपोर्ट करें

कृपया संदेश दर्ज करें
त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई