0% found this document useful (0 votes)
8 views

Programming Topic

Uploaded by

Abdul Karim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Programming Topic

Uploaded by

Abdul Karim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Programming Topic

• Basic concept of programming


• Algorithm & Flowchart
• Variables and Sudocode
• Data Type
• Character data type
• Format specifier
• Type conversion
• Constant variable
• Operator
• Condition and If statements
• If & else statement
• C short hand If else (Ternary Operator)
• Switch Statement

Chapter Topic (ANSI C- Yellow Cover Book)


Chapter-2 (Overview of C)

• History of C
• printf part
• The main function
• The #define directive
• Use of math function
• The #include directive
• Basic structure of C programs
• HW- Programming exercises: 2.1, 2.4

Chapter- 3 (Constant, Variables and Data Types)

• C tokens
• Keyword and Identifiers
• Constants
• Variables
• Data types
• Primary data types table
• Integers types
• Floating point types
• Void types
• Character types
• Declaration of variables
• User-defined type declaration
• Assigning values to variables
• Assignment statement
• Worked-out problem 3.3
• Reading data from keyboard
• Worked-out problem 3.4
• HW- Programming Exercises: 3.2, 3.8, 3.10, 3.11

Chapter-4 (Operators and Expressions)

• Introduction
• Arithmetic operators
• Integer Arithmetic
• Worked out Problem 4.1
• Real Arithmetic
• Relational Operation
• Logical operation
• Assignment Operators
• Increment and Decrement Operators
• Conditional Operator
• Arithmetic Expressions
• Evaluation of expressions
• Precedence of Arithmetic operator
• Implicit type conversion
• Explicit conversion
• Operator Precedence and Associativity
• HW- Brief cases 1 (Salesman’s Salary)
• HW- Brief cases 2 (Solution of the Quadratic Equation)
• HW- Programming Exercises: 4.4, 4.22
• HW- Interview Questions: 4.1, 4.6

You might also like