PGDCA

List of Old Exam Papers

CS-02  – C Language Question List


Unit 1 : Introduction of C Language & Logic Development

  • Introduction of Computer Languages
  • History & Overview of C Language
  • Traditional Vs modern C
  • C character set in C Language
  • Write a note on C Tokens
  • Write a note on Keywords
  • Write note on Constants
  • What is Strings explain with example
  • Explain Identifiers and Variables
  • Types of Operators (all 8 types)
  • Hierarchy of Operators
  • Explain Type Casting
  • Data types in C
  • Pre-Processor IN C
  • What is Logic, Explain with Example
  • Steps for Developing Logic
  • Write a note on Flow Chart
  • Usage of Dry-run & Other Logic Development Techniques


Unit 2 : Control Structure

  • Explain If … Else.. with Syntax & Example
  • Explain Switch…Case with Syntax & Example
  • Explain the usage of Break  & Continue statement
  • Write a note on GoTo statement
  • Entry Control Loop Vs Exit Control Loop
  • Write a Note on Do…While Statement
  • Explain For Loop with Syntax & Example


Unit 3 : Library Functions & User Defined Functions

  • Explain any 5 String Handling functions
  • Explain any 5 Math functions
  • Explain any 5 Character handling functions
  • Explain any 5 Date & Time functions
  • Explain any 5 I/O formatting functions
  • Explain any 5 Miscellaneous functions
  • Explain any 5 Standard Library functions
  • Explain any 5 Memory Allocation functions
  • Types of User Defined Functions (UDF)
  • Usage of Pointer in functions
  • Call by Value Vs Call by Reference
  • Write a note on Recursion with a suitable example
  • Write a note on Storage Classes


Unit 4 : Arrays & Structure

  • Explain Types of Array
  • Integer Array with a suitable example
  • Char Array (string) with a suitable example
  • Explain Structure with a suitable example
  • Write a note on Array of structure
  • Write a note on Array within a structure
  • Explain Array with Matrices
  • Write a note on Structure with Example


Unit 5 : Pointers & File Handling

  • Explain Pointer with a suitable example