www.sbabamca.wordpress.com

S.K. UNIVERSITY, ANANTAPUR::SYLLABUS II B.Com. (Computer Applications) Paper: 205. Paper – VII : Programming in C and C++ (Revised regulations with effect from 2009–2010) Theory periods per week : 3 Theory Maximum Marks : 100 Time : 3 Hrs. Programming in C : Unit-I : Overview of C – Constants, Variables, and Data Types – Managing Input and Output Operations – Operators and Expressions – Decision Making and Branching – Decision Making and Looping Unit-II : Arrays – Character Arrays and Strings – User-Defined Functions – Structures and Unions (Scope and standard as in chapters 3 to 12 in Book No.1 referred below) Programming in C++ : Unit-III : Principles of Object-Oriented Programming – Tokens, Expressions and Control Structures – Functions in C++ – Classes and Objects Unit-IV : Constructors and Destructors – Operator Overloading and Type Conversions – Inheritance : Extending Classes – Pointers, Virtual Functions and Polymorphism Unit-V : Managing Console I/O Operations – Working with Files – Templates (Scope and standard as in chapters 1, 3 to 12 in Book No.2 referred below) Text Books : 1. Computing Fundamentals and C Programming : E.Balagurusamy, Tata Mc Graw Hill Publishers 2. Object-Oriented programming with C++, 4th Edition : E.Balagurusamy, Tata Mc Graw Hill Publishers Note : Three Questions in Part-A, Two Questions in Part-B from Units I and II and Five Questions in Part-A, Six Questions in Part-B from Units III, IV and V to be asked in the University Examinations.

**********

www.sbabamca.wordpress.com

PROGRAMMING IN C AND CPP.pdf

University Examinations. **********. www.sbabamca.wordpress.com. Page 1 of 1. PROGRAMMING IN C AND CPP.pdf. PROGRAMMING IN C AND CPP.pdf.

89KB Sizes 4 Downloads 148 Views

Recommend Documents

O'reilly - Programming Embedded Systems in C and C++ (1999).pdf ...
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. O'reilly ...

Programming in C: A Tutorial
is often used for system programming and bit-manipulation, octal numbers are an important part .... corresponding ascii letters are a fixed distance apart. ..... Simple variables (not arrays) are passed in C by ``call by value'', which means that ...

UPTU B.Tech ECS-201 Computer Concepts And Programming in C ...
UPTU B.Tech ECS-201 Computer Concepts And Programming in C sem 2_ 2010-11.pdf. UPTU B.Tech ECS-201 Computer Concepts And Programming in C ...

2015-CA 2B 02-PROGRAMMING IN C++ AND DATA STRUCTURES.pdf
Page 1 of 4. Scanned by CamScanner. Page 1 of 4. Page 2 of 4. Scanned by CamScanner. Page 2 of 4. Page 3 of 4. Scanned by CamScanner. Page 3 of 4. 2015-CA 2B 02-PROGRAMMING IN C++ AND DATA STRUCTURES.pdf. 2015-CA 2B 02-PROGRAMMING IN C++ AND DATA STR

Object Oriented Programming and C++
List some of various object oriented features supported by C++. 6. What are differences between structures and classes in C++?. 7. Explain the client-server model of object communication. 8. Explain built-in and user defined data types. 9. Explain th

The C programming Language
developed, since both the system and most of the programs that run on it are written in C. The language, however, is not tied .... Most can be written in C, and except for the operating system details they conceal, are ... Chapter 7 describes the sta

Fundamentals of C Programming
A programming language provides a set of rules to develop a program. A person who .... Windows and Apple Mac. ..... the application as well as the machine.

The C programming Language
A preprocessing step performs macro substitution on program text, inclusion of other .... Chapter 1 is a tutorial on the central part of C. The purpose is to get the ...... As an illustration of some of the bit operators, consider the function getbit

The C programming Language
3. The for statement. 4. Symbolic Constants. 5. Character Input and Output. 1. .... assignment or a function call, can be a statement. Pointers provide for .... The only way to learn a new programming language is by writing programs in it. The first