Categories
- Pharmacy
- Nursing
-
MBA
-
BBA
- U.P. State University
- Veer Bahadur Singh Purvanchal University, Jaunpur
- Chaudhary Charan Singh University, Meerut
- Dr. Bhimrao Ambedkar University, Agra
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- BCA
-
B Ed
- Lucknow University B.Ed Books
- Chaudhary Charan Singh University/Maa Shakambhari University, Saharanpur
- Dr Bhim Rao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapeeth, Varanasi
- Chhatrapati Shahu Ji Maharaj University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj (PRSU)
- Mahatma Jyotiba Phule Rohilkhand University(Mjpru), Bareilly
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Bundelkhand University, Jhansi
- Deen Dayal Upadhyaya Gorakhpur University
- Veer Bahadur Purvanchal University (VBPU)
- Maharaja Suhel Dev State University ,Azamgarh (MSDSU)
- Raja Mahendra Pratap Singh State University, Aligarh (RMPSSU)
- Barkatullah Vishwavidyalaya (Bhopal)
- Jiwaji University (Gwalior)
- Vikram University (Ujjain)
- Dr. Harisingh Gour University (Sagar)
- Devi Ahilya Vishwavidyalaya (Indore)
- Rani Durgavati Vishwavidyalaya (Jabalpur)
- Awadhesh Pratap Singh University (Rewa)
- Maharaja Chhatrasal Bundelkhand University (Chhatarpur)
- D. EL. ED
- TET
-
B Com
-
B Sc
- B.Sc. U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Madhya Pradesh
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Uttarakhand State Universities
- B.Sc. Bihar Universities Common Syllabus NEP
- University of Rajasthan (Jaipur)
- Haryana
-
B A
- B.A. Of U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Madhya Pradesh
- Uttarakhand
- Bihar
- University of Rajasthan (Jaipur Syllabus as Per NEP2020)
- Haryana NEP-2020
- B Tech
Programming for Problem Solving through C BCA First Sem Makaut

Buy Latest Programming for Problem Solving through C Book in English Language for BCA 1st Semester Maulana Abul Kalam Azad University of Technology, West Bengal By Thakur publication.
AUTHORS : Mr. Dileep Singh
ISBN : 9789357556811
Tax excluded
Buy Latest Programming for Problem Solving through C Book in English Language for BCA 1st Semester Maulana Abul Kalam Azad University of Technology, West Bengal By Thakur publication.
AUTHORS : Mr. Dileep Singh
ISBN : 9789357556811
Syllabus
Course Code: BCAC102
Programming for Problem Solving through C
Module No: |
Name of the Topic |
Hours |
Marks |
M1 |
Introduction to Components of a Computer System: Memory, Processor, I/O Devices, Storage, Operating System, Concept of Assembler, Compiler, Interpreter, Loader and Linker. Representation of Algorithm, Flowchart, Pseudo Code with Examples, From Algorithms to Programs, Source Code. Compilation Process of C Program; .asm file, .obj File and .exe file. Number Systems: Binary, Octal, Decimal, Hexadecimal Format. |
4 |
5 |
M2 |
Introduction to ‘C’ Language: C Language - Background, C Programs, Identifiers, Data Types, Variables, Constants, Input / Output Statements Arithmetic Operators and Expressions: Evaluating Expressions, Precedence and Associativity of Operators, Type Conversions. |
4 |
2 |
M3 |
Conditional Statements and Loops: Decision Making within a Program, Conditions, Relational Operators, Logical Connectives, if Statement, If-Else Statement, Loops: while Loop, do while, for Loop, Nested Loops, Infinite Loops, Switch Statement, Structured Programming |
7 |
15 |
M4 |
Arryays: One Dimensional Arrays: Array Manipulation; Searching, Insertion, Deletion of an Element from an Array; Finding the Largest/Smallest Element in an Array; Two Dimensional Arrays, Addition/Multiplication of Two Matrices, Transpose of a Square Matrix; Null Terminated Strings as Array of Characters, Standard Library String Functions |
8 |
15 |
M5 |
Pointers: Address Operators, Pointer Type Declaration, Pointer Assignment, Pointer Initialization, Pointer Arithmetic, Functions and Pointers, Arrays and Pointers, Pointer Arrays, Pointers and Structures, Dynamic Memory Allocation. |
8 |
8 |
M6 |
Functions: Top-Down Approach of Problem Solving, Modular Programming and Functions, Standard Library of C Functions, Prototype of a Function: Formal Parameter List, Return Type, Function call, Block Structure, Passing Arguments to a Function: Call by Reference, Call by Value, Recursive Functions, Arrays as Function Arguments. Storage Classes: Scope and Extent, Storage Classes in a Single Source File: Auto, Extern and Static, Register, Storage Classes in a Multiple Source Files: Extern and Static |
8 |
15 |
M7 |
File Processing: Concept of Files, File Opening in Various Modes and Closing of a File, Reading from a File, Writing onto a File |
6 |
10 |