0% found this document useful (0 votes)
38 views1 page

Test 16781

The syllabus for Test-1 on September 13th covers program development in C using algorithms and flow charts, data types, constants, variables, expressions, operators, standard library functions, control flow statements like if/else, loops, functions including passing arguments by value.

Uploaded by

dhirajkapila
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Test 16781

The syllabus for Test-1 on September 13th covers program development in C using algorithms and flow charts, data types, constants, variables, expressions, operators, standard library functions, control flow statements like if/else, loops, functions including passing arguments by value.

Uploaded by

dhirajkapila
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Syllabus for Test-1

Date of Test: 13/09/2017


1. Program development in C, structured programming using algorithm and flow chart,
2. The C character set, Identifiers and keywords, Data types, Constants and variables,
Expressions,
3. Arithmetic operators, Unary, Relational, Logical, Assignment and conditional operators,
Bitwise operators,
4. The C standard library functions.
5. If, If else, Switch case statements,
6. While, For, Do-while loops, Break and continue statements, Goto, Return,
7. Type conversion and type modifiers,
8. Designing structured programs in C,
9. Top down design and stepwise refinement,
10. Formatted and unformatted Input/Output functions like printf(), Scanf(), Puts(), Gets()
etc,
11. Function prototypes, Function definition, Function call including passing arguments by
value

You might also like