New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Functions Creative 2 Mark Questions with Solution Part - II

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

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

    2 Marks

    5 x 2 = 10
  1. Define user defined functions

  2. What is the use of in line function?

  3. Write the output of the following program.
    using namespace std;
    #include< iostream >
    #inc1ude< ctype.h >
    int maint)
    {
    char ch = '3';
    cout<< "\n The Return Value of isdigit(ch) is :" <<
    isdigit( ch) ;
    }

  4. Write the output of the following program.
    #include < string.h >
    #include < iostream >
    using namespace std;
    int main()
    {
    char target[50] = "Learning C++ is fun";
    char source[50] =" , easy and Very useful";
    strcat(target, source);
    cout << target;
    return 0;
    }

  5. What are the advantages of inline functions?

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

Reviews & Comments about 11th Standard English Medium Computer Science Subject Functions Creative 2 Mark Questions with Solution Part - II updated Creative Questions

Write your Comment