What is structure? Why do we need it? Write a program to add two distances given in meter and centimeter format using structure.
How do you declare and initialize pointer? Write a program to find first and second largest element from an array using pointer.
Why do we need external function? Distinguish between local and global variables. Write a function to find the average of five given integers using function.
Attempt any Eight questions
[8×5=40]Write a program to copy the content of one file to another in a reverse manner.
Discuss about compiling, assembling, loading and linking.
Write a program to find the length of a string without using built in function.
Write a program to find the sum of diagonal elements only in the given matrix.
Generate the following pattern using loop.
BITTU
BITT
BIT
BI
B
Demonstrate the concept of switch statement with an example.
Discuss about bitwise and size of operator.
What is type conversion? What are conversion specifiers?
Draw a flowchart to find whether the given character is vowel or not.


