2
“Unit-I”
IntroductiontoComputing–ComputerSystems,Computing
Environments,ComputerLanguages,Algorithmsand
Flowcharts,StepsforCreatingandRunningprograms.
IntroductiontoC–HistoryofC,FeaturesofC,StructureofC
Program,CharacterSet,CTokens-keywords,Identifiers,
Constants,Datatypes,Variables.Operators,Expressions,
PrecedenceandAssociativity,ExpressionEvaluation,Type
conversion,typedef,enum
ControlStructures:SelectionStatements(DecisionMaking)–if
andswitchstatements,RepetitionStatements(Loops)-while,
for,do-whilestatements,UnconditionalStatements–break,
continue,goto,Commandlinearguments.