NOTES
PDF Document
ASSIGNMENTS
Questions
UNIT-1 ANSWERS
PDF Document
MID QUESTIONS
- Explain Structure of C with example program.
- Explain Unary operator and Bitwise operator with example program.
- Define Flow chart.Explain different symbols used in flow chart with
example.
- Write a C program to find biggest of 3numbers using ternary
operator.
- What is type conversion? Explain different types of conversions with
examples.
- Define datatype. Explain primitive data types with suitable example.
- Define algorithm.Explain characteristics of algorithm.
- Define Constant.Explain types of defining constants with example
program.
- Write a C program to find square root of a given number.
- Write a short notes on identifiers, keywords and variables.
- Write about basic input and output functions.
- Write a C program to find average of 5 subjects.