हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

What is the error in the following structure definition. struct employee{ inteno;charename[20];char dept;} Employee e1,e2; - Computer Science

Advertisements
Advertisements

प्रश्न

What is the error in the following structure definition.
struct employee{ inteno;charename[20];char dept;} Employee e1,e2;

टिप्पणी लिखिए

उत्तर

Errors:

  1. ‘i’ is missing.
  2. Spaces are missing at two places
  3. The structure name was given wrongly.

Corrected structure:

struct employee {int eno; char ename [20]; char dept;}
employee e, e2;

shaalaa.com
Structures Introduction
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Arrays and Structures - Evaluation - Section - B [पृष्ठ २२४]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
अध्याय 12 Arrays and Structures
Evaluation - Section - B | Q 5. | पृष्ठ २२४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×