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
C Programming Book for BCA 2nd Semester As Per UP Unified Syllabus.
Tax excluded
Buy Latest C Programming Book in English Language for BCA 2nd Semester As Per UP Unified Syllabus. Published By Thakur Publication. Written by Experienced Authors | Fast & All India Delivery |
AUTHORS : Dr. Saroj Kumar , Mr. Dileep Singh
ISBN : 9789357550994
Syllabus
BCA-202: C Programming
Unit I
Arrays: Definition, Declaration and Initialization of One Dimensional Array; Accessing Array Elements; Displaying Array Elements; Sorting Arrays; Arrays and Function; Two[1]Dimensional array: Declaration and Initialization, Accessing and Displaying, Memory Representation of Array [Row Major, Column Major]; Multidimensional Array
Unit II
Pointers: Definition and Declaration, Initialization; Indirection Operator, Address of Operator; Pointer Arithmetic; Dynamic Memory Allocation; Arrays and Pointers; Function and Pointers
Unit III
Strings: Definition, Declaration and Initialization of Strings; Standard Library Function: Strlen(), Strcpy(), Strcat(), Strcmp(); Implementation Without using Standard Library Functions
Unit IV
Structures: Definition and Declaration; Variables initialization; Accessing Fields and Structure Operations; Nested Structures; Union: Definition and Declaration; Differentiate between Union and Structure
Unit V
Introduction C Preprocessor Bitwise Operators: Definition of Preprocessor; Macro substitution Directives; File Inclusion Directives; Conditional Compilation Bitwise Operators; Shift Operators; Masks; Bit Field
Unit VI
File handling: Definition of Files, Opening Modes of Files; Standard Function: fopen(), fclose(), feof(), fseek(), fewind();Using Text Files: fgetc(), fputc(), fscanf() Command line arguments