How To Exam?

a knowledge trading engine...


Acharya Nagarjuna University (ANU) 2006 B.Sc Information Technology I - Programming using ‘C’ Language - - Question Paper

Sunday, 10 February 2013 05:05Web


B. Sc. IT, 1st Year Degree Examination, December 2006
Paper I - Programming using ‘C’ Language


B.Sc. IT, First Year DEGREE EXAMINATION, DECEMBER 2006 Paper I - PROGRAMMING USING C LANGUAGE Time : Three hours    Maximum : 100 marks

Answer any FIVE questions.

All questions carry equal marks.

1.    (a) What must be program characteristics which make a program a perfect program?

(b) Write a C program to find the area of a triangle given three sides a, b, c? Write all possible conditions.

2.    (a) What are different types of conditional statements are implemented in C? What are different types of operators in C?

(b) Write about any six library functions and their format in C.

3.    (a) Summarize the purpose of the flags that are commonly used in printf function.

(b) Calculate volume and area of a sphere using the formulas y = /3i = 4r2 Just what type of variables must be used in this program.

4.    (a) Explain about break, continue and switch statements with an examples.

(b) Using while statement and do while statements compute factorial of a given number.

5.    {a) Summarize the rules that apply to a function call? What are the relationship between formal and actual arguments? What are function prototypes?

(b) Write a program using recursion only, to find x.

6.    (a) Write a program to generate Fibonacci numbers between two given numbers.

(b) Given a lists of strings sort the same using two dimensional arrays.

7.    {a) What is Pointer Arithematic? Explain the operations which can be applied on pointers.

(b) Explain about call by value and call by reference using example.

8.    (a) What is a structure? What are the operations which can be applied to a structure?

(b) Writa a program to create a linked lists.

9.    {a) How do you create a data file? What are the operations on a file?

(b) Write a program to create a fie of Account no. and name.

10.    Write short notes on the following:

{a) Pre processor

(b)    Type def

(c)    Enuim type

(d)    Goto statements.







Attachment:

( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Acharya Nagarjuna University (ANU) 2006 B.Sc Information Technology I - Programming using ‘C’ Language - - Question Paper