QuestionBank 1
QuestionBank 1
Question Bank
(1 Mark Questions)
a) Who invented C language?
b) What is use of loop statement?
c) What is actual Parameters?
d) What is formal parameters?
e) “C is middle level language” Comment.
f) Write note on array index.
g) What is keyword?
h) List data types in C.
i) Give multi-way decision making statement.
j) Define array.
k) Define variable.
l) Define constants.
m) List rules to define an identifier in C.
n) Define algorithm.
o) Define flowchart.
p) What is local variable?
q) What is global variable?
r) Give syntax of switch statement.
s) Define Function
t) List characteristics of an algorithm.
u) What are limitations of C language?
v) Give syntax of if statement.
w) Explain syntax of for loop
x) What are limitations of C language?
(3 Marks Questions)
a) Explain basic data types of C language.
b) Write an algorithm to calculate addition of two integers.
c) Write an algorithm to calculate multiplication of two integers.
d) List escape sequences in C with meaning.
e) Differentiate between call by value and call by reference.
f) Give limitations of array in C.
g) Explain declaration and initialization of one dimensional array.
h) What is nested-if? Give example.
i) Explain storage classes in C.
j) Explain if-else statement with example.
k) Draw a flowchart to calculate multiplication table of given number.
l) Draw a flowchart to calculate addition of two integers.
m) Explain any three library functions in C.
n) Explain ternary operator with example.
o) Explain break and continue statements with example.
p) Write a short note on while loop.
q) Explain formatted input and output functions in C.
r) Explain getchar(),putchar() with example.
(4 Marks Questions)
(5 Marks Questions)