New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Arrays and Structures Creative 3 Mark Questions with Solution Part - I

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 15

    3 Marks

    5 x 3 = 15
  1. Rewrite the following program after removing the syntactical error(s),if any.
    Underline each correction.
    struct movie
    {
    charm_name[10];
    charm_lang[10];
    float ticket cost = 50;};
    Movie;
    void main()
    {
    gets(m_name);
    cin>>m_lang;
    return 0;
    }

  2. How to access members of a structure? Give example.

  3. For the following structure definition write the user defined function to
    accept data through keyboard.
    struct date{ int dd,mm,yy};
    struct item { int item id;char name[10];float price;date date_manif;}

  4. Write about initialization of 2-D array.

  5. Write a C++ program to access array elements using pointer with sample output.

*****************************************

Reviews & Comments about 11th Standard English Medium Computer Science Subject Arrays and Structures Creative 3 Mark Questions with Solution Part - I

Write your Comment