Programming Using C++
B.C.A. | SEM. I | BCA 112
Authors:
ISBN:
₹110.00
- DESCRIPTION
- INDEX
Programming using C++ is a Simple version for F.Y.B.C.A.(NEP) students of our Prashant Publication.
This text is in accordance with the new syllabus NEP-2024 recommended by the Kavayitri Bahainabai Chaudhari North Maharashtra University, Jalgaon, which has been serving the need of F.Y.B.C.A. Computer Science students from various colleges. This text is also useful for the student of Engineering, B.Sc. (Information Technology and Computer Science), M.Sc, M.C.A. B.B.M., M.B.M. other different Computer courses.
We are extremely grateful to Prof. Dr. S.R.Kolhe, Chairman, Board of Studies, and all BOS members of Kavayitri Bahinabai Chaudhari North Maharashtra University, Jalgaon for his valuable guidance.
We are grateful to Prof. Sanjay E. Pate of Nanasaheb Yashwantrao Narayanrao Chavan Arts, Science, and Commerce College, Chalisgaon for coordinating all authors and publication team.
We are obligated to Principals and Librarians and staff of respective colleges for their encouragement.
UNIT – 1
Introduction to C++
1.1 History of C++
1.2 Advantages of C++
1.3 Difference between C++ and old programming Languages
1.4 Character set
1.5 Tokens, Identifiers, Keywords, Variables
1.6 Operators
1.7 Operator Precedence and Associatively
UNIT – 2
Control Structure and Array
2.1 If Statements – if, if..else, if..elseif..else, nested if, Switch
2.2 Loops- While, For, Do..While, nested loop
2.3 Expressions and qualifiers
2.4 Arrays, multidimensional array,
2.5 Strings, array of string, string functions
UNIT – 3
Array, Structures and Union
3.1 Structure declaration and definition
3.2 Use of structure and union
3.3 Difference between structure and unions
3.4 Function component
3.5 Parameter passing – pass by value, pass by address, pass by reference
3.6 Inline function, recursive function, Friend Function
UNIT – 4
Pointers and Preprocessor Directives
4.1 Introduction to pointers, uses of pointers, address variable, pointer variable
4.2 Pointer to function, void pointer
4.3 Memory management operator, object to pointer(vice versa)
4.4 #define, defining like macros, #error, #include