0% found this document useful (0 votes)
35 views

Programming Fundamentals

This 6-month course covers computer programming with C language. The objective is to teach basic structured programming skills through problem analysis and program development. The course outline includes introductions to high and low-level languages, C language history, translators, library files, conditional statements, functions, loops, logical operators, and programming fundamentals using C including data types, operators, arrays and pointers.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Programming Fundamentals

This 6-month course covers computer programming with C language. The objective is to teach basic structured programming skills through problem analysis and program development. The course outline includes introductions to high and low-level languages, C language history, translators, library files, conditional statements, functions, loops, logical operators, and programming fundamentals using C including data types, operators, arrays and pointers.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

C/C++ outline

Course Title: Computer Programming with C

Course Duration: 6 Months

Course Contents:
Computer Programming with C:

Objective: The course is designed to familiarize students with the basic structured programming skills.
It emphasizes upon problem analysis and Programme development.

Course Outline:

Introduction

C Language

Development of basic programming with C language, C program structure with Input/output


statements, Concept of constants and variables in C

 Concept of high level and low level languages

 Basics of programming.

 History of C language.

 Concept of translators.

 What are library files and how they are used in Programming.

Conditional Programming.
IF statement
 Nested IF statements

Concept of functions
 Functions like printf(); scanf(); getch(); clrscr(); and their usages.
 User defined functions.

Concept of loops

 nested loops

Boolean logic

 logical operators

Programming fundamental using C language


 Introduction to programming language
 Introduction to C language
 Language processors with categories
 Getting started with C
 Constants, variables, key words, Basic programming concept, sample programs
 Data types in C language
 Escape sequences & format specifiers
 Different kinds of operators in C language
 Conditional statements
 Loops and its different types
 Function and pointers
 Arrays

You might also like