Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
9 views1 page

C Programming - Unit 4 QB

This document contains a list of questions related to C programming, specifically focusing on pointers and structures. It includes questions on definitions, advantages, disadvantages, and practical examples of using pointers and structures in C. The questions are categorized by Bloom's Level (BL), Course Outcome (CO), and Performance Indicator (PI) codes.

Uploaded by

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

C Programming - Unit 4 QB

This document contains a list of questions related to C programming, specifically focusing on pointers and structures. It includes questions on definitions, advantages, disadvantages, and practical examples of using pointers and structures in C. The questions are categorized by Bloom's Level (BL), Course Outcome (CO), and Performance Indicator (PI) codes.

Uploaded by

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

Unit – 4 - C Programming QB

S.No Questions BL CO PI CODE


1 What is pointer? give the advantages and disadvantages L2 CO4 1.4.1
of pointer data type
2 What is pointer? Explain how the pointer variable L2 CO4 1.4.1
declared and initialized?
3 What you meant by structure definition? How to L2 CO4 1.4.1
Declare a members in Structure?
4 Explain about pointers and write the use of pointers in L3 CO4 1.4.1
arrays with suitable example.
5 Explain the concept of structure within structure with L3 CO4 1.4.1
suitable program.
6 Define structure in C. Also specify the pointer and L3 CO4 1.4.1
structure with example.
7 What are self -referential structures? Explain with L2 CO4 1.4.1
suitable examples.
8 How structure elements can be accessed? L1 CO4 1.4.1
9 What is a structure? Create a structure with data members L2 CO4 1.4.1
of various types and declare two structure variables.
10 Write short notes on structure declaration. Write a L2 CO4 1.4.1
program to read data into these and print the same.
11 What is a pointer? Write a C program to find the sum and L2 CO4 1.4.1
mean of all elements in an array using pointer
12 Write the syntax for pointers to structure. L1 CO4 1.4.1
13 What is Pointer? How to pass pointer as an argument in L1 CO4 1.4.1
function?
14 Describe the Structure of a C program with an example? L2 CO4 1.4.1
15 Explain about pointers and write the use of pointers in arrays L2, L3 CO4 1.4.1
with suitable example.
16 Write a C program to store the employee information using L3 CO4 1.4.1
structure and search a particular employee using Employee
number.
17 Define Structure in C. What you meant by structure L2 CO4 1.4.1
definition? How to Declare a members in Structure?
18 What is a structure? Create a structure with data members of L2, L3 CO4 1.4.1
various types and declare two structure variables. Write a
program to read data into these and print the same. Justify the
need for structured data type.
19 Write a C program to store the employee information using L3 CO4 1.4.1
structure and search a particular employee using Employee
number.
20 Write a C program using pointers to compute the Sum, Mean L3 CO4 1.4.1
and Standard deviation of all elements stored in an array of
„n‟ real numbers

You might also like