Advance C-Programming
- Description
- Curriculum
- Reviews

Model Question Paper
Advance C-Programming
Key Features | मुख्य विशेषताएँ
- Bilingual Model Paper | द्विभाषी मॉडल पेपर
- Enough MCQ for Practice | अभ्यास के लिए पर्याप्त MCQ
- Exam Practice Paper with Mock Tests | मॉक टेस्ट के साथ परीक्षा अभ्यास पत्र
- Latest Syllabus as per NEP | NEP के अनुसार नवीनतम पाठ्यक्रम
- Designed by Experts | विशेषज्ञों द्वारा तैयार किया गया
The given MCQs cover only 10% of the syllabus | दिए गए बहुविकल्पीय प्रश्न केवल 10% पाठ्यक्रम को कवर करते हैं।
To cover 100% of the syllabus with summaries, upgrade to our Advanced Model Paper.| पूरा सिलेबस और सारांश कवर करने के लिए हमारा एडवांस मॉडल पेपर जॉइन करें। Join Advanced Model Paper
Program Class: Diploma / BCA CS |
Year: I |
Semester: II |
||
Subject: BCA Bachelor of Computer Application |
||||
Course Title: Advance C-Programming |
||||
Course Learning Outcomes: On completion of this course, learners will be able to: The main goal of computer networking is to link devices and enable smooth communication and data exchange between them. Resource sharing: By allowing linked devices to share hardware, software, and data resources, networking maximizes resource usage and fosters cooperation.
|
||||
Credits: 4 |
Core Compulsory |
|||
Max. Marks: –25+75 |
Min. Passing Marks: 33 |
|||
Unit |
Topics |
|||
I |
Arrays : Definition, declaration and initialization of one dimensional array; Accessing array elements; Displaying array elements; Sorting arrays; Arrays and function; Two-Dimensional array: Declaration and Initialization, Accessing and Displaying, Memory representation of array [Row Major, Column Major]; Multidimensional array
|
|||
II |
Pointers: Definition and declaration, Initialization; Indirection operator, address of operator; pointerarithmetic; dynamic memory allocation; arrays and pointers; function and pointers
|
|||
III |
Strings: Definition, declaration and initialization of strings; standard library function: strlen(),strcpy(), strcat(), strcmp(); Implementation without using standard library function
|
|||
IV |
Structures : Definition and declaration ; Variables initialization; Accessing fields and structure operations; Nested structures; Union: Definition and declaration; Differentiate between Union and structure
|
|||
V |
Introduction C Preprocessor: Definition of Pre-processor; Macro substitution directives; File inclusion directives; Conditional compilation Bitwise Operators Bitwise operators; Shift operators; Masks; Bit field
|
|||
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. |