Welcome to TECHNICAL EDUCATION AND SOCIAL WELFARE SOCIETY

WELCOME TO TECHNICAL EDUCATION & SOCIAL WELFARE SOCIETY

 
CERTIFICATE IN C PROGRAMING ( S-CP04 )

BASIC INFORMATION

  • Course Fees : 2000.00 2500.00/-
  • Course Duration : 2 MONTH
  • Minimum Amount To Pay : Rs.0.00
    • Introduction to C:
      History, features, applications, structure of a C program, compilation process.
    • Basic C Syntax and Elements:
      Identifiers, keywords, variables, data types (int, float, char, etc.), constants, input/output functions (printf, scanf).
  • Operators and Expressions:
    Arithmetic, relational, logical, bitwise, assignment, increment/decrement, conditional operators, operator precedence and associativity.
  • Control Flow Statements:
    Decision making (if, if-else, switch), looping (for, while, do-while), break, continue, goto statements.
  • Functions:
    Function definition, declaration, calling, built-in functions, user-defined functions, passing parameters (by value, by reference), recursion.
  • Arrays and Strings:
    One-dimensional and multi-dimensional arrays, array declaration and initialization, string manipulation functions.
  • Pointers:
    Pointer declaration and initialization, pointer arithmetic, arrays and pointers, pointers to functions, dynamic memory allocation (malloc, calloc, realloc, free).
  • Structures and Unions:
    Defining and accessing members, nested structures, arrays of structures, passing structures to functions, understanding unions.
  • File Handling:
    Opening and closing files, reading from and writing to files, file modes, basic file operations.