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

C 5-Units Imp Questions

The document outlines important questions for problem solving using the C programming language, divided into five units. Each unit covers fundamental concepts such as computer characteristics, software types, programming languages, data types, control statements, arrays, functions, pointers, dynamic memory allocation, and structures. The questions aim to facilitate understanding and application of C programming principles.
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)
218 views3 pages

C 5-Units Imp Questions

The document outlines important questions for problem solving using the C programming language, divided into five units. Each unit covers fundamental concepts such as computer characteristics, software types, programming languages, data types, control statements, arrays, functions, pointers, dynamic memory allocation, and structures. The questions aim to facilitate understanding and application of C programming principles.
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

Important Questions (Problem Solving Using C)

UNIT-1

1. Write short notes on the characteristics and limitations of computer?


2. Explain about different types of Software?
3. Explain about Concepts of Machine Level, Assembly Level and High Level
Programming Languages
4. Explain about algorithm and Flowchart?
5. Explain about Structured Programming Language?
6. Explain about features of C?
7. Draw the Block Diagram of a computer and explain each block of the
computer?
8. Explain about basic structure of a C program?
9. What are the input and output statements available in C language?
[Link] Operator. Explain the various types of Operators used in C
language?
[Link] about Basic Data Types in C?

UNIT-2

1. Explain about Decision making statements in C language?


2. Explain about looping control statements in C language?
3. Explain about Break, Continue and Goto Statements in C language?
4. Explain about nested loops with a program?

UNIT-3

1. Define an Array. Explain about One-Dimensional Arrays in C?


2. Explain about the Operations of One-Dimensional Arrays?
3. Explain about Two-Dimensional Arrays in C?
4. Explain about the Operations of Two-Dimensional Arrays?
5. Explain about Multi-Dimensional Arrays in C?
6. Explain about character functions with program?
7. Define String. Explain about String handling functions with Syntax and
Examples?
8. Explain about String Operations with Programs?
9. Explain about Reading Strings and Writing Strings with Program?

UNIT-4

1. Define Function. Explain about the types of Functions?


2. Explain about function declaration, function definition and function call?
3. Explain about the Categories of functions in C with Programs?
4. What is function? Explain parameter parsing techniques available in C
with examples.
5. Explain about Storage Classes in C with Programs?
6. Explain the concept of recursion functions with example?
7. Explain about Computer Memory?
8. Define pointer. Explain how to declare and initialize pointers?
9. Explain about Accessing a variable using pointer?
[Link] a program to explain about pointer arithmetic?
[Link] Null Pointer and applications of Null Pointer. Write a program to
understand about Null pointer?
[Link] about Generic Pointer with a Example Program?
[Link] about the uses and features of pointers in C?
[Link] about working with pointer to pointer with a program?
[Link] about passing pointers as parameters to functions with a
program?
[Link] about accesing array elements with pointers with program?

UNIT-5

1. What is Dynamic Memory Allocation? Explain about Dynamic Memory


Allocation routines with example programs?
2. Explain about array of structures in C. Give example programs.
3. Explain about enumeration data type in c?
4. What is structure? Explain about Nested Structures with Example?
5. Explain about creating, declaring, initialising and accessing Structure
members?
6. Explain about different ways of passing structures as parameters into
Functions?
7. Explain about accessing Structure members using pointers with a
program?
8. What is Union? Explain about creating, declaring, initialising and
accessing Union members?
9. Explain all the differences between structures and unions?

You might also like