HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 2C programmingUnit 8: User Defined Function (5Hrs)
Chapter Study

BCA Semester 2 – C programming – Unit 8: User Defined Function (5Hrs)

Comprehensive questions and detailed answers for Unit 8: User Defined Function (5Hrs). Perfect for exam preparation and concept clarity.

7
Questions
45
Marks
Back to All Chapters
1

What is a function? List its advantages. Explain the concept of function call by value and call by reference with example.

HardTHEORY10 marks2019(TU FOHSS Final)
2

Define function. Write a program that find xy using function.

MediumTHEORY5 marks2023(TU FOHSS Final)
3

Write a C program to calculate sum of the natural number up to N number using recursive function.

MediumTHEORY5 marks2022(TU FOHSS Final)
4

Write a C program to generate following series using function:
Sum=1+x/2!+x2/3!+x3/4!+...+xn/n!Sum = 1 + x/2! + x²/3! + x³/4! + ... + xⁿ/n!Sum=1+x/2!+x2/3!+x3/4!+...+xn/n!

HardTHEORY10 marks2022(TU FOHSS Final)
5

Differentiate between iteration and recursion.

MediumTHEORY5 marks2021(TU FOHSS Final)
6

Why function is required in C programming? Write a program to find smallest number from the array using function.

MediumTHEORY5 marks2021(TU FOHSS Final)
7

What is recursive function? Write C program to generate the Fibonacci series up to 13th term using recursive function.

MediumTHEORY5 marks2020(TU FOHSS Final)
Showing 7 questions

Exam Years

Past question papers

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

Questions in Unit 8: User Defined Function (5Hrs)

What is a function? List its advantages. Explain the concept of function call by value and call by reference with example.

Marks: 10

Year: 2019 Final TU FOHSS

1. What is a Function? Definition A function is a self-contained block of code designed to perform a specific task. It can be called multiple times in a program, which helps in modularity and reusa

Define function. Write a program that find xy using function.

Marks: 5

Year: 2023 Final TU FOHSS

1. Define Function Definition A function is a block of code designed to perform a specific task. It can be called multiple times in a program to reuse code and improve modularity. Syntax c returnt

Write a C program to calculate sum of the natural number up to N number using recursive function.

Marks: 5

Year: 2022 Final TU FOHSS

1. Definition of Recursion Recursion is a programming technique where a function calls itself to solve a smaller part of the same problem. Key Points - Every recursive function must have a base case

Write a C program to generate following series using function: $Sum = 1 + x/2! + x²/3! + x³/4! + ... + xⁿ/n!$

Marks: 10

Year: 2022 Final TU FOHSS

1. Problem Statement Write a C program to calculate the series: \[ \text{Sum} = 1 + \frac{x}{2!} + \frac{x^2}{3!} + \frac{x^3}{4!} + ... + \frac{x^n}{n!} \] using a user-defined function in C. --- 2.

Differentiate between iteration and recursion.

Marks: 5

Year: 2021 Final TU FOHSS

1. Definitions - Iteration: Repeating a block of code using loops (for, while, do-while) until a condition is met. - Recursion: A function calls itself to solve a smaller instance of the same proble

Why function is required in C programming? Write a program to find smallest number from the array using function.

Marks: 5

Year: 2021 Final TU FOHSS

1. Why Functions are Required in C Programming Definition: A function is a block of code that performs a specific task and can be called from anywhere in the program. Key Points - Modularity: Divid

What is recursive function? Write C program to generate the Fibonacci series up to 13th term using recursive function.

Marks: 5

Year: 2020 Final TU FOHSS

1. Definition of Recursive Function A recursive function is a function that calls itself directly or indirectly to solve a problem. Key Points: - Used when a problem can be broken into smaller, simi

About Unit 8: User Defined Function (5Hrs) Questions

This page contains comprehensive questions from the Unit 8: User Defined Function (5Hrs) 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 8: User Defined Function (5Hrs) 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.