chapter 2 malik

29
Basic Elements of C++ Chapter 2

Upload: amishadalal

Post on 16-Aug-2015

246 views

Category:

Documents


5 download

DESCRIPTION

sa

TRANSCRIPT

Basic Elements of C++Chapter 22Chapter TopicsThe Basics of a C++ ProgramData TypesArithmetic Operators and Operator PrecedenceExpressionsInputIncrement and Decrement OperatorsOutputPreprocessor DirectiesProgram !tyle and "orm#ore on Assignment !tatements3The Basics of a C++ ProgramA C++ program is a collection of one or more su$programs %functions&"unction'Collection of statements'!tatements accomplish a tas(Eery C++ program has a function called main4Example Program#include using namespace std;int main(){cout