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
- UP State Universities
- University of Pune
- I.K.Gujral Punjab Technical University (PTU)
- University of Rajasthan
- Rashtrasant Tukadoji Maharaj Nagpur University
- Uttar Pradesh NEP2020
- University of Rajasthan ,Jaipur (According to NEP-2020)
- BCCA (B. Com - Computer Science)
- Haryana
- West Bengal
- BBA (CA)
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
- MCA
-
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
- B.A,B.ed
- B.Sc, B.ed
- 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
-
Bachelor of Arts [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
- LLB
- SWA Education
ADVANCE C PROGRAMMING

AUTHOR : Prof. Mahesh Dattatray Pawar, Prof. Yogesh Sopan Ingale , Prof . Dhananjay M. Wagh
ISBN : 978-93-6180-570-7
₹190.00
Tax excluded
AUTHOR : Prof. Mahesh Dattatray Pawar, Prof. Yogesh Sopan Ingale , Prof . Dhananjay M. Wagh
ISBN : 978-93-6180-570-7
Syllabus
BBACA201T/ACP201T: Advance C Programming
Unit 1: Array, String and Pointers: [Lectures 15]
1.1 Introduction to Array
1.1.1 Array Declarations,
1.1.2 Bounds Checking
1.2 Types:
1.2.1 Single Dimension,
1.2.2 Two Dimension
1.3 Arrays & Function
1.4 Introduction to String
1.4.1 Declaration
1.4.2 Definition
1.4.3 Initialization
1.4.4 Format Specifiers
1.5 Reading & Writing from & to Console
1.6 Strings & Pointers
1.6.1 Array of Strings & Array of Character Pointers
1.6.2 Predefined Functions, User Defined Functions
1.7 Introduction to Pointers
1.7.1 Declaration
1.7.2 Definition
1.7.3 Initialization & Use
1.7.4 Types of Pointers
1.7.5 Pointer Arithmetic
1.7.6 Multiple Indirection
1.7.7 Parameter Passing – Call by Value and Call by Reference
1.8 Pointer to Array
1.8.1 Array of Pointers
1.9 Functions & Pointers
1.9.1 Passing Pointer to Function
1.9.2 Returning Pointer from Function
1.10 Dynamic Memory Allocation malloc( ), calloc( ), free( ), realloc( ) functions
Unit 2: Structures [Lectures 15]
2.1 Introduction
2.1.1 Declaration
2.1.2 Definition
2.1.3 Initialization
2.2 Accessing Structure Members ( . operator)
2.3 Array of Structures
2.4 Pointers to Structures
2.4.1 Declaring Pointer to Structure
2.4.2 Accessing Structure Members
2.5 Structures & Functions
2.6 Passing Each Member of Structure As a Separate Argument
2.7 Passing Structure by Value / Address Nested Structures
2.8 Union
2.8.1 Declaration of Union Accessing Structure Members
2.9 Difference between Structures and Union Preprocessor and File Handling
2.10 Preprocessor Introduction
2.11 Format of Preprocessor Directives
2.12 File Inclusion Directives (#include), Macro Substitution Directives (#define), Nested Macros, Parameterized Macros.
2.13 File Handling Concept of Streams, Need
2.14 Types of Files, Operations on Text & Binary Files, Random Access File
2.15 Library Functions for File Handling – fopen, fclose, fgetc, fseek, fgets, fputcetc.
PUNE2025/BBA,B.Com (CA )/2/01
49 Items
New
8 other products in the same category:
Comments (0)
No customer reviews for the moment.
Your review appreciation cannot be sent
Report comment
Are you sure that you want to report this comment?
Report sent
Your report has been submitted and will be considered by a moderator.
Your report cannot be sent
Write your review
Review sent
Your comment has been submitted and will be available once approved by a moderator.
Your review cannot be sent
Customers who bought this product also bought:
RELATIONAL DATABASE...
Price
₹130.00
AUTHORS : Prof. Patil Yogesh Vijay , Bharati V Anantapur , Vaidehi Amey Dinkar
ISBN : 978-93-6180-260-7
INTRODUCTION TO DATA SCIENCE
Price
₹160.00
AUTHORS : Dr.Vipin Borole , Prof. Pranita Marodkar , Gauri Mayur Mali
ISBN : 978-93-6180-479-3
Organizational Behaviour &...
Price
₹145.00
Deepika Abhijeeet KInin ge, Adv. Teja Vivek Dighe
9789389627503
SPPU/ BBA,B.Com (CA) 2...
Regular price
₹470.00
-10%
Price
₹423.00