9

Click here to load reader

C ppt

Embed Size (px)

DESCRIPTION

Best IT Online Training Institute. Access video courses anytime, anywhere. High quality, Low Prices, Free Courses, Career Guidance, Tutorials & More in ITLearnMore.com

Citation preview

Page 1: C ppt

IT LEARNMORE.COM

Page 2: C ppt

INTRODUCTION TO “C”

Page 3: C ppt

CONTENT

WHY “C”…????

WHATS “C”…????

Variables and Assignment ,and functions Types

DeclarationsAssignment Printing the Value of a Variable functionsPrinting Expressions

Page 4: C ppt

“Print f ” and “sac f” statements Conversion Specifications

PROGRAM: Using ”print f” to Format Numbers Escape Sequences

The ”scan f “Function How scan f Works

Ordinary Characters in Format Strings

 Expressions operators Arithmetic Operators Increment and Decrement Operators Expression Evaluation Expression Statements

Selection Statements Logical Expressions The if Statement The switch Statement The break statement

Page 5: C ppt

loops do statement do while statement if statement IFELSE statement for statement Continue , GOTO , break statements.

Integer Types Integer Constants

Floating Types Character Types The size of Operator Type Conversion Type Definitions

Page 6: C ppt

Arrays One-Dimensional Arrays Two –dimensional array Multidimensional Arrays

Functions Defining and Calling FunctionsFunction Declarations Arguments The ”return” StatementThe ”exit” Function Recursive Functions

Page 7: C ppt

Pointers Pointer Variables The Address and Indirection Operators Pointer Assignment Pointers as Arguments Pointers as Return Values Pointers and Arrays Pointer Arithmetic Using Pointers for Array Processing Using an Array Name as a Pointer Pointers and Multidimensional Arrays

Strings String Literals String Variables Reading and Writing Strings Accessing the Characters in a String Using the C String Library

Page 8: C ppt

Structures and Unions Structure Variables 1Structure Types Nested Arrays and Structures Unions

Page 9: C ppt

THANK YOU…