496
Page views
50
Files
0
Videos
1
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    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:
    OPERATORS AND EXPRESSIONS,
    MANAGING INPUT AND OUTPUT OPERATIONS,
    DECISION MAKING AND BRANCHING,
    LOOPING STATEMENTS,
    ILLUSTRATIVE PROGRAMS

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    NOTATION,
    PROBLEM FORMULATION,
    SIMPLE STRATEGIES FOR DEVELOPING ALGORITHM,
    ALGORITHMIC PROBLEM SOLVING

  • Lecture Notes

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

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    ALL TOPICS,
    IAE-2,
    UNIT-1,
    UNIT-2,
    UNIT-3,
    UNIT-4,
    UNIT-5

  • Resource Link

    Dear Students the Resource Link has been uploaded for the following topics:
    UNIT 1-5

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    ARRAYS AND CHARACTERISTICS,
    INITIALIZATION AND DECLARATION,
    ONE DIMENSIONAL AND TWO DIMENSIONAL ARRAYS,
    STRING OPERATIONS,
    STRING ARRAYS,
    SORTING - SIMPLE PROGRAMS,
    SEARCHING,
    MATRIX OPERATIONS ADDITION,
    MATRIX OPERATIONS SUBTRACTION AND MULTIPLICATION,
    ILLUSTRATIVE PROGRAMS,
    Function – Definition of function – User-defined Functions - Declaration of function,
    Call by reference,
    Call by value,
    Recursion ,
    Pointers,
    Definition – Initialization,
    Pointer arithmetic,
    Pointers and arrays,
    Illustrative programs.,
    Defining Structures and Unions,
    Structure declaration,
    Need for Structure data type,
    Structure within a structure ,
    Union,
    Programs using structures and Unions,
    Pre-processor directives,
    Illustrative programs