New ! Computer Science MCQ Practise Tests



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

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 10

    2 Marks

    5 x 2 = 10
  1. Write a structure definition for the structure student containing examno, name and an array for storing five subject marks.

  2. What is the size of the following highlighted variable in terms of byte if it is compiled in dev c++
    struct A{ float f[3]; char ch[5];long double d;};
    struct B{ A a; int arr[2][3];}b[3]

  3. Why following array declaration is invalid?
    char str[2] ={'S', 'C', 'H', '0', 'L'};

  4. Write a C++ program to check palindrome or not using array

  5. What is the condition of structure assignments

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

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

Write your Comment