SeptemberOctober 2021
SeptemberOctober 2021
1.a) What is flow chart? Draw a flowchart to generate Fibonacci sequence up to ‘n’ numbers.
H
b) In C if any variable is auto storage class by default, then why auto keyword introduced in
C? Explain. [7+8]
4.a) Write a program to differentiate the structure and union memory allocations using size of
D
function.
b) Explain the use of array of structures with an example program. [7+8]
SE
5.a) Explain bubble sort with an example.
b) Give a brief note on insertion sort. [7+8]
6.a) Define Data type. Briefly discuss the fundamental data types supported in C.
PT
b) How entry controlled loop is different from exit controlled loop? Explain. [7+8]