414
Page views
46
Files
0
Videos
0
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    NOTATION,
    PROBLEM FORMULATION,
    ALGORITHMIC PROBLEM SOLVING,
    SIMPLE STRATEGIES FOR DEVELOPING ALGORITHM,
    ILLUSTRATIVE PROGRAMS,
    INTRODUCTION TO C AND STRUCTURE OF A C PROGRAM,
    COMPILATION AND LINKING PROCESS OF A C PROGRAM,
    CONSTANTS, VARIABLES, KEYWORDS, IDENTIFIERS, DELIMITERS,
    DECLARING & INITIALIZING VARIABLES

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Fundamentals ,
    COMPUTER HARDWARE,
    COMPUTER SOFTWARE,
    ALGORITHMS-BUILDING BLOCKS OF ALGORITHM

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Function – Definition of function – User-defined Functions - Declaration of function,
    Call by value,
    Call by reference,
    Recursion ,
    Illustrative programs.,
    Pointer arithmetic,
    Pointers and arrays,
    Definition – Initialization,
    Pointers,
    Arrays – Characteristics, Initialization,
    Initialization and Declaration,
    Searching,
    1D and 2D arrays,
    String - string operations,
    Simple programs - sorting,
    Matrix operations,
    STRING ARRAYS,
    Defining Structures and Unions,
    Structure declaration,
    Need for Structure data type,
    Structure within a structure ,
    Union,
    Programs using structures and Unions,
    Pre-processor directives

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Operators and Expressions,
    Managing Input and Output operations,
    Looping statements,
    Illustrative programs.