0% found this document useful (0 votes)
7 views3 pages

CS3353 C Programming & Data Structure

The document outlines important questions for a course on C Programming and Data Structures, divided into five units covering topics such as data types, conditional statements, arrays, structures, linear and non-linear data structures, and sorting/searching techniques. Each unit includes both 2-mark and 13-mark questions aimed at assessing understanding of fundamental and advanced concepts. The content is designed to guide students in their study and preparation for examinations.

Uploaded by

dglgamer12312
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

CS3353 C Programming & Data Structure

The document outlines important questions for a course on C Programming and Data Structures, divided into five units covering topics such as data types, conditional statements, arrays, structures, linear and non-linear data structures, and sorting/searching techniques. Each unit includes both 2-mark and 13-mark questions aimed at assessing understanding of fundamental and advanced concepts. The content is designed to guide students in their study and preparation for examinations.

Uploaded by

dglgamer12312
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CS3353C PROGRAMMING AND DATA STRUCTURES

IMPORTANT QUESTION
CProgramming and Data Structures
UNIT -1C PROGRAMMING FUNDAMENTALS
2- Mark Engineering King YouTube channel

1. What are the Types of Data?


2. Define the Operations of C programming.
3. ldentify Conditional Statements.
4. What are Recursive Functions?
5. What are Arrays?

13- Mark
1. Explain Variables
2. Describe Expressions and Statements
3. Explain the functions of C programming
4. Dernonstrate single and Multi-Dimensional Arrays.

UNIT -I| CPROGRAMMING - ADVANCED FEATURES


2- Mark Engineering King YouTube channel

1. What are structures?


2. Define union.
3. Write about Arrays and Functions.
4. What is File Handling?

13 - Mark
1. Describe Enumerated Data Types.
2. Explain Pointers.
3. Define preprocessor Directives with detailed reference.
UNIT -II LINEAR DATA STRUCTURES
2- Mark
1. List ADT in linear data structures
2. Define Implementation of Stack
3. State the Applications of linear data structures
4. Queue ADT linear data structures
5. What are Priority Queues?
6. Define Queue Implementation.

13- Mark
1. Explain Abstract Data Types (ADTs)
2. Describe Array-Based Implementation
3. Demonstrate Circular Linked List.
4. Define stack ADT with detailed reference.

5. Distinguish Linked List &Doubly- Linked

UNIT IV NON-LINEAR DATA STRUCTURES


2- Mark Engineering King YouTube channel
1. What are Trees?
2. Define Binary Trees.
3. Explain Binary Search Tree.
4. What is hashing?
5. Define linear Probing.
6. What is Double Hashing?
13- Mark
1. Explain tree Traversals.
2. Describe expression Trees.
3. Define Hash Functions with detailed reference.
4. Define Separate Chaining
5. Describe Open Addressing
6. Demonstrate Quadratic Probing
UNIT VSORTING AND SEARCHING TECHNIQUES
2- Mark
1. What is Insertion Sort
2. Define Quick Sort
3. Write about Heap Sort
4. What is Merge Sort
13- Mark
1. Explain Linear Search
2. Describe Binary Search.

Engineering King YouTube channel

You might also like