CTION-A
AlgorithmandProgrammingDevelopment:Steps indevelopmentofa program,Flow
charts, AlgorithmDevelopment,ProgramDebugging,Compilationand Execution.
Fundamentalsof„C‟: I/Ostatements,AssignmentStatements,Constants,Variables,
OperatorsandExpressions,Standardsand Formatted statements, Keywords,Data
Types andIdentifiers. (12)
SECTION-B
Control Structures: Introduction, Decision making with if – statement, if-else and
Nestedif,whileanddo-while,forloop.Jumpstatements: break,continue,goto,switch
Statement
Functions: Introduction toFunctions, Function Declaration, Function Categories,
StandardFunctions,ParametersandParameterPassing,Call–byvalue/reference,
Recursion,GlobalandLocal Variables,Storageclasses. (12)
SECTION-C
Arrays:IntroductiontoArrays,Array Declaration,SingleandMultidimensionalArray,
MemoryRepresentation,Matrices,Strings,Stringhandlingfunctions.
StructureandUnion:Declarationofstructure,Accessingstructuremembers,Structure
Initialization,Arrays ofstructure,nestedstructures,Unions (12)
SECTION-D
Pointers: Introduction toPointers, Address operator and pointers, Declaring and
Initializingpointers, Assignmentthroughpointers, Pointers and Arrays
Files:Introduction,Creatingadatafile,openingandclosingadatafile,processing a datafile.
PreprocessorDirectives:IntroductionandUse,Macros,ConditionalPreprocessors,
Header Files