NOTES

PDF Document

ASSIGNMENTS

Questions


UNIT-1 ANSWERS

PDF Document


MID QUESTIONS

  1. Explain Structure of C with example program.
  2. Explain Unary operator and Bitwise operator with example program.
  3. Define Flow chart.Explain different symbols used in flow chart with example.
  4. Write a C program to find biggest of 3numbers using ternary operator.
  5. What is type conversion? Explain different types of conversions with examples.
  6. Define datatype. Explain primitive data types with suitable example.
  7. Define algorithm.Explain characteristics of algorithm.
  8. Define Constant.Explain types of defining constants with example program.
  9. Write a C program to find square root of a given number.
  10. Write a short notes on identifiers, keywords and variables.
  11. Write about basic input and output functions.
  12. Write a C program to find average of 5 subjects.