You can download for Previous year question paper of  ‘C’ Language for  B.Sc.-IT 2014. Uttarakhand Technical University Conducted    Examination of the Professional Courses. Here we provide a previous year question paper of B.Sc.-IT First semester subject is  ‘C’ Language. Check out all question papers, exam patterns, Syllabus, result.

Question Paper of C Language for B.Sc. IT-2014 (UTU)

B.Sc. (IT) First semester examination ‘2014

Programming in “C”

Paper ID:-200001

Time Duration:-3.00Hrs                                                                                                                                                                                                        M.M:70


 Instruction

  • Attempt any five questions. All carry equal marks.

 

Q1.

         (a)  Explain the following concepts:

          i)Pointer assignment

         ii)Pointer arithmetic

       iii)Pointer comparison

       (b)  Explain the concepts of array of pointer with example.

 

 Q2. Explain in detail various file handling function available in C by giving examples.

 Q3. List and explain at least six preprocessor directives along with examples.

 Q4.  a) Explain the concepts of macros in detail by giving examples.

          b) Define command line arguments. How do we use the in `C’ language ? Explain with examples?

Q5. What is an array? How it can be represented in memory?what are its various types?

 Q6. What are the different data types used in C? Give example.

 Q7. Write a program to print Fibonacci series up to 100.