C LANGUAGE SEM-1 MCA
[A] Overview of C
Why use C? Uses of C , A Brief history of C , C for personal computers
[B] Structure of a C program
C’s character set , The form of a C program , The layout of C programs, Pre-processor directives ,Uses of functions (available in most used header files) , Comments in a C program
[C] Data Types – I
Integer Number variables, Decimal Number variables, Character variables, Assignment
statement, Arithmetic ordering, Variable declaration
[D] Input and Output
printf function, sprintf function, The %Format specifiers, scanf function, Formatting the output
[E] Control Loops
while, do while, Conditions, or logical expressions, The for loop
[F] Conditional Execution
Program control – if, if..else, if..elseif..else, Using break and continue within loops, Select paths with
Switch
No comments:
Post a Comment