Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
C Programming and Data Structures: Unit I: C Programming Fundamentals : Simple Programs
Advantages, Disadvantages, Syntax, Example C programs, Initialization
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
Arrays can be defined as a set of pair-index and the value. Two basic operations that can be performed on arrays are: Storing of data at desired location or index and retrieving data from desired location (index).
Definition, Properties, Example C programs
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
Definition: Recursion is a programming technique in which the function calls itself repeatedly for some input.
Types, Declaration, Definition, Call, Syntax, Example C program
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
C programmer handles the C function using three methods - 1. Declaration of function 2. Definition of function 3. Call to the function
statement, syntax, example C program
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
Various control structures are - 1. if statement 2. while statement 3. do-while statement 4. switch case statement 5. for loop
C Programming
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
In C inputting some data is done by scanf and outputting or printing the data on console (output screen) is done by printf statement. These are standard library functions. The way to write these statements is,
C Programming
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
For handling the expressions the operators are used. C support following set of operators
Classification, Size, Range | C Programming
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
• Data types specify the type of data we enter in our program. • In C there are some predefined set of data types which are also called as primitive data types.
C Programming
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
The header files contain standard library functions. For using these library functions directly in the program, it is necessary to include the header file at the beginning of the program.
C Programming
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
• These are basically the reserved words which have special meaning. The meaning of keywords cannot be changed.
Subject and UNIT: C Programming and Data Structures: Unit I: C Programming Fundamentals
C Programming and Data Structures: Unit I: C Programming Fundamentals : Syllabus , Contents
Problems with Answer | Ordinary Differential Equations
Subject and UNIT: Probability and complex function: Unit V: Ordinary Differential Equations
Probability and complex function: Unit V: Differential equations : Exercise 5.5