LDP Syllabus

LDP Syllabus

Logic Development Programming (4040233102)

Unit-01 Introduction of C (21%)

Introduction to Flowchart:

  • Symbol and usage of flowchart
  • Examples of flowchart

Introduction to Algorithm:

  • Characteristics and usage of algorithm
  • Examples of algorithm
  • Limitations of algorithm and flowchart

History and Importance of C:

  • Header files
  • C tokens
  • Keywords and identifiers
  • ASCII codes
  • Structure of C program

Unit-02 Fundamentals of C (25%)

  • Features of C language
  • Structure of C program
  • Types of comments & header files
  • Data types
  • Constants and variables
  • Operators
  • Evaluation of expressions
  • Type conversion
  • Precedence and associativity
  • I/O functions

Unit-03 Array & String (29%)

  • Simple statements
  • Decision-making statements
  • Looping statements
  • Break and continue statements
  • Go to and jump statements
  • Concepts of arrays
  • One and two-dimensional arrays
  • Declaration and initialization of arrays
  • String
  • String storage
  • Built-in string functions

Unit-04 Functions (25%)

  • Concepts of user-defined functions
  • Prototypes
  • Definition of function
  • Parameters
  • Parameter passing
  • Functions calling a function
  • Recursive function
  • Macros
  • Pre-processing

Made By SOU Student for SOU Students