HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 2C programmingUnit 9: Pointer (6Hrs)
Chapter Study

BCA Semester 2 – C programming – Unit 9: Pointer (6Hrs)

Comprehensive questions and detailed answers for Unit 9: Pointer (6Hrs). Perfect for exam preparation and concept clarity.

7
Questions
40
Marks
Back to All Chapters
1

What is DMA? Write a program to find the largest and smallest number in a list of n numbers using DMA.

MediumTHEORY5 marks2019(TU FOHSS Final)
2

Define pointer. Write a program to find sum of 10 numbers using pointer.

MediumTHEORY5 marks2023(TU FOHSS Final)
3

How will you define pointer? Write a program that illustrate how pointer variable change the value of normal variable.

MediumTHEORY5 marks2022(TU FOHSS Final)
4

Why do you use DMA instead of array? Explain DMA with suitable example.

MediumTHEORY5 marks2022(TU FOHSS Final)
5

Write a C program to store the player name, runs scored, wickets taken of 20 cricketers using structure along with pointer then arrange the players in order of maximum wickets to minimum wickets they had taken.

HardTHEORY10 marks2022(TU FOHSS Final)
6

Why DMA is used in C language? Write a program to enter age of 20 students and count age between 18 and 25 from the array using DMA functions.

MediumTHEORY5 marks2021(TU FOHSS Final)
7

What is the advantage of pointer? Write a C program to store 10 integers into memory and find out minimum and maximum using dynamic memory allocation (DMA).

MediumTHEORY5 marks2020(TU FOHSS Final)
Showing 7 questions

Exam Years

Past question papers

2023
TU FOHSS Final•1 questions
2022
TU FOHSS Final•3 questions
2021
TU FOHSS Final•1 questions
2020
TU FOHSS Final•1 questions
2019
TU FOHSS Final•1 questions

Questions in Unit 9: Pointer (6Hrs)

What is DMA? Write a program to find the largest and smallest number in a list of n numbers using DMA.

Marks: 5

Year: 2019 Final TU FOHSS

1. What is DMA? (Definition + Key Points) Definition DMA (Dynamic Memory Allocation) is the process of allocating memory at runtime using functions from <stdlib.h> in C. It allows a program to requ

Define pointer. Write a program to find sum of 10 numbers using pointer.

Marks: 5

Year: 2023 Final TU FOHSS

1. Define Pointer Definition A pointer is a variable that stores the memory address of another variable. Pointers allow direct access and manipulation of memory, which is useful for dynamic memory,

How will you define pointer? Write a program that illustrate how pointer variable change the value of normal variable.

Marks: 5

Year: 2022 Final TU FOHSS

1. Definition of Pointer A pointer is a special variable that stores the memory address of another variable. Pointers allow indirect access to data and enable operations like dynamic memory allocati

Why do you use DMA instead of array? Explain DMA with suitable example.

Marks: 5

Year: 2022 Final TU FOHSS

1. Why Use DMA Instead of Array? DMA (Dynamic Memory Allocation) is used when the amount of memory needed cannot be known in advance. Static arrays have fixed size decided at compile time, while DMA

Write a C program to store the player name, runs scored, wickets taken of 20 cricketers using structure along with pointer then arrange the players in order of maximum wickets to minimum wickets they

Marks: 10

Year: 2022 Final TU FOHSS

Definition Structure A structure is a user-defined data type in C that groups variables of different data types under a single name. Pointer to Structure A pointer to structure is a pointer variable t

Why DMA is used in C language? Write a program to enter age of 20 students and count age between 18 and 25 from the array using DMA functions.

Marks: 5

Year: 2021 Final TU FOHSS

1. Why DMA is Used in C Dynamic Memory Allocation (DMA) allows a program to allocate memory at runtime rather than compile time. Key Points - Useful when size of data is unknown during compilation.

What is the advantage of pointer? Write a C program to store 10 integers into memory and find out minimum and maximum using dynamic memory allocation (DMA).

Marks: 5

Year: 2020 Final TU FOHSS

1. Advantages of Pointer Pointers are variables that store the memory address of other variables. Key Advantages: - Dynamic memory allocation (DMA): Allocate memory at runtime. - Efficient array a

About Unit 9: Pointer (6Hrs) Questions

This page contains comprehensive questions from the Unit 9: Pointer (6Hrs) chapter of C programming, part of the BCA Semester 2 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to C programming Chapters

Unit 9: Pointer (6Hrs) chapter questions with answers for C programming (BCA Semester 2). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.