Chapter Study

BCA Semester 2 C programming () Questions & Answers | Past TU Exam Papers

Practice from C programming with detailed solutions and model answers from past Tribhuvan University exams.

7
Questions
40
Marks
Back to All Chapters

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)

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

MediumTHEORY5 marks2023(TU FOHSS Final)

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

MediumTHEORY5 marks2022(TU FOHSS Final)

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

MediumTHEORY5 marks2022(TU FOHSS Final)

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)

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)

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

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.