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
ADVANCED C PROGRAMMING

AUTHORS : Prof.(Dr.) Prasana Ganpatrao Chavan , Prof. Mane Rupali Balasaheb , Mr. Santosh Bhauso Takale
ISBN : 978-93-6180-258-4
₹170.00
Tax excluded
AUTHORS : Prof.(Dr.) Prasana Ganpatrao Chavan , Prof. Mane Rupali Balasaheb , Mr. Santosh Bhauso Takale
ISBN : 978-93-6180-258-4
Syllabus
[BCA-SCIENCE]/[BCA-COMMERCE]
CA-151-T: Advanced C Programming
Unit-I
|
Preprocessor
|
06 Hrs
|
|
Concept, Format of Preprocessor Directives, File Inclusion Directives (#include), Macro Substitution Directives (#define), Nested Macros, Parameterized Macros, Macros versus Functions, #error / #pragma Directives, Conditional compilation (#if/#ifdef/#else/#elif/#endif), Predefined Macros (_DATE_ / _TIME_ /_FILE_ /_LINE_/ _STDC_ ) |
|||
|
|
|
|
Unit-II
|
Pointers
|
07 Hrs
|
|
Concept – reference & Dereference, Declaration, Definition, Initialization & Use, Types of Pointers, Pointer Arithmetic, Multiple Indirection, Parameter Passing – call by Value and Call by Reference, Arrays & Pointers - Pointer to Array, Array of Pointers, Functions & Pointers - Passing Pointer to Function, Returning Pointer from Function, Function pointer, Pointers &const, Dynamic Memory Management, Allocation, Resizing, Releasing, Memory Leak / Dangling Pointers |
|||
|
|
|
|
Unit-III
|
Strings
|
05 Hrs
|
|
Concept, Declaration, Definition, Initialization, Format Specifiers, String Literals/ Constants & Variables – Reading & Writing from & to Console, Importance of Terminating NULL Character, Strings & Pointers, Array of Strings & Array of Character Pointers, User Defined Functions, Predefined Functions in string.h - strlen, strcpy, strcat, strcmp, strcmpi, strrev, strlwr, strupr, strset, strchr, strrchr, strstr, strncpy, strncat, strncmp, strncmpi, strnset, strtok, Command line arguments – argc and argv |
|||
|
|
|
|
Unit-IV
|
Structures
|
06 Hrs
|
|
Concept, Declaration, Definition, Initialization, Accessing Structure members ( . operator), Array of structures, Pointers to Structures, Declaring Pointer to Structure, Accessing Structure Members via Pointer to Structure, Structures & Functions, Passing Each Member of Structure as a Separate Argument, Passing Structure by Value / Address, Nested Structures, typedef & Structures, Concept of Union |
|||
|
|
|
|
Unit-V
|
File Handling
|
06 Hrs
|
|
Concept of Streams, Need, Types of Files, Operations on Text & Binary Files, Random Access File, Library Functions for File Handling – fopen, fclose, fgetc, fseek, fgets, fputc etc. |
|||
[B.Sc.-CA]
CA-151-T: Advanced C Programming
Unit-I
|
Preprocessor
|
06 Hrs
|
|
Concept, Format of Preprocessor Directives, File Inclusion Directives (#include), Macro Substitution Directives (#define), Nested Macros, Parameterized Macros, Macros versus Functions, #error / #pragma Directives, Conditional compilation (#if/#ifdef/#else/#elif/#endif), Predefined Macros (_DATE_ / _TIME_ /_FILE_ /_LINE_/ _STDC_ ) |
|||
|
|
|
|
Unit-II
|
Pointers
|
07 Hrs
|
|
Concept – reference & Dereference, Declaration, Definition, Initialization & Use, Types of Pointers, Pointer Arithmetic, Multiple Indirection, Parameter Passing – call by Value and Call by Reference, Arrays & Pointers - Pointer to Array, Array of Pointers, Functions & Pointers - Passing Pointer to Function, Returning Pointer from Function, Function pointer, Pointers &const, Dynamic Memory Management, Allocation, Resizing, Releasing, Memory Leak / Dangling Pointers |
|||
|
|
|
|
Unit-III
|
Strings
|
05 Hrs
|
|
Concept, Declaration, Definition, Initialization, Format Specifiers, String Literals/ Constants & Variables – Reading & Writing from & to Console, Importance of Terminating NULL Character, Strings & Pointers, Array of Strings & Array of Character Pointers, User Defined Functions, Predefined Functions in string.h - strlen, strcpy, strcat, strcmp, strcmpi, strrev, strlwr, strupr, strset, strchr, strrchr, strstr, strncpy, strncat, strncmp, strncmpi, strnset, strtok, Command line arguments – argc and argv |
|||
|
|
|
|
Unit-IV
|
Structures
|
06 Hrs
|
|
Concept, Declaration, Definition, Initialization, Accessing Structure members ( . operator), Array of structures, Pointers to Structures, Declaring Pointer to Structure, Accessing Structure Members via Pointer to Structure, Structures & Functions, Passing Each Member of Structure as a Separate Argument, Passing Structure by Value / Address, Nested Structures, typedef & Structures, Concept of Union |
|||
|
|
|
|
Unit-V
|
File Handling
|
06 Hrs
|
|
Concept of Streams, Need, Types of Files, Operations on Text & Binary Files, Random Access File, Library Functions for File Handling – fopen, fclose, fgetc, fseek, fgets, fputc etc. |
|||
PUNE NEP2020/ BCA (Sci,Commerce)/B.Com (CA)/2/01
50 Items
New
16 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