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)
- Haryana
- West Bengal
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
-
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
Procedure Oriented Programming Using 'C'

978-93-83130-45-0
Author- Ujjval Shirish More & Abha Bhushan Pandit
₹145.00
Tax excluded
978-93-83130-45-0
Author- Ujjval Shirish More & Abha Bhushan Pandit
Syllabus
201: Procedure Oriented Programming Using C
Unit
|
Contents
|
Lectures
|
1
|
Introduction to C Language
1) History 2) Basic Structure of C Programming 3) Language Fundamentals i) Character Set, Tokens ii) Keywords and Identifiers iii) Variables and Data Types 4) Operators i) Types of Operators ii) Precedence and Associativity iii) Expression |
4 |
2
|
Managing I/O Operations
1) Console Based I/O and Related Built-in I/O Functions i) printf(), scanf() ii) getch(), getchar() 2) Formatted Input and Formatted Output |
2 |
3
|
Decision-Making and Looping
1) Introduction 2) Decision-making Structure i) if Statement ii) if-else Statement iii) Nested if-else Statement iv) Conditional Operator v) Switch Statement 3) Loop Control Structures i) while Loop ii) Do-while Loop iii) For Loop iv) Nested for Loop 4) Jump Statements i) break ii) continue iii) goto iv) exit |
6 |
4
|
Functions and Pointers
1) Introduction i) Purpose of Function ii) Function Definition iii) Function Declaration iv) Function Call 2) Types of Functions 3) Call by Value and Call by Reference 4) Storage Classes 5) Recursion 6) Introduction to Pointer i) Definition ii) Declaration iii) Initialisation 7) Indirection Operator and Address of Operator 8) Pointer Arithmetic 9) Dynamic Memory Allocation 10) Functions and Pointers |
12 |
5
|
Arrays and Strings
1) Introduction to One-dimensional Array i) Definition ii) Declaration iii) Initialisation 2) Accessing and Displaying Array Elements 3) Arrays and Functions 4) Introduction to Two-dimensional Array i) Definition ii) Declaration iii) Initialisation 5) Accessing and Displaying Array Elements 6) Introductions to Strings i) Definition ii) Declaration iii) Initialisation 7) Standard Library Functions 8) Implementations without Standard Library Functions. |
8 |
6
|
Structures and Union
1) Introduction to Structure i) Definition ii) Declaration iii) Accessing Members 2) Structure Operations 3) Nested Structure 4) Introduction to Union i) Definition ii) Declaration 5) Differentiate between Structure and Union |
5 |
7
|
C Preprocessor
1) Definition of Preprocessor 2) Macro Substitution Directory 3) File Inclusion Directory 4) Conditional Compilation |
2 |
8
|
File Handling
1) Definitions of Files 2) File Opening Modes 3) Standard Functions 4) Random Access to Files 5) Command Line Argument |
9 |
Unit 1: Introduction to C Language
Unit 2: Managing I/O Operations
Unit 3: Decision-Making and Looping
Unit 4: Function and Pointers
Unit 5: Array and Strings
Unit 6: Structure and Union
Unit 7: C Preprocessor
Unit 8: File Handling
Solved Paper (2011)
Solved Paper (2012)
Solved Paper (2013)
Classification
UOP2017/BCA/2/01
99 Items
Data sheet
- Authors
- Prof. Sarita Dhawale and Prof. Talule S. S.
- Publishers
- Thakur Publishers
- Page Count
- 207
New
5 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:
Object Oriented Programming...
Price
₹190.00
ISBN- 978-93-89516-32-6
Prof. Anupam Baliyan & Prof. Sachin Km. Singh
Java Programming & Dynamic...
Price
₹205.00
ISBN- 978-93-89516-37-1
Dheerendra Singh Yadav & Vikas Kumar
Data Structure Using C & C++
Price
₹175.00
ISBN- 978-93-89516-30-2
Mr. Munish Kumar & Mr. Abhishek Km. Maheshwari