B.Tech. Degree Examination BT, Cse, Ece, Eee, Eie & It: (Nov-16) (EID-101)
B.Tech. Degree Examination BT, Cse, Ece, Eee, Eie & It: (Nov-16) (EID-101)
[EID-101]
B.Tech. Degree Examination
BT, CSE, ECE, EEE, EIE & IT
I SEMESTER
PROGRAMMING WITH C
(Effective from the admitted batch 2015–16)
MODULE-I
1. a) Define programming. Discuss about different types of
programming languages 6
b) How is memory reserved using a declaration statement? Explain
in detail with examples 6
OR
2. a) Write short notes on the following:
i) loader ii) linker 6
b) Define variable. How many types of variables are supported
by C-language 6
MODULE -II
3. a) Differentiate between type casting and type conversion 6
b) What are the unconditional branching statements available in C?
Explain in detail 6
OR
4. a) Write short notes on printf and scanf functions 6
b) Compare the use of if-else construct with that of ternary operator 6
MODULE -III
5. a) Give the points of similarity and differences between a while
loop and a do-while loop 6
b) Write a program for matrix multiplication 6
OR
6. a) Write a program to print the following pattern: 6
1
1 2 1
1 2 3 2 1
1 2 3 4 3 2 1
[1,3,4,5,6,7/I S/ 116]