Chapter Study

BITM Semester 1 Structured Programming inCUnit 5: Functions

Comprehensive questions and detailed answers for Unit 5: Functions. Perfect for exam preparation and concept clarity.

6
Questions
23
Marks
Back to All Chapters

Write a program to find the greatest of three number using functions. The function should expect three integers and return the greatest of them.

MediumTHEORY3 marks2022(TU FOHSS Final)

Write a program to find the factorial of a number N read from the user using recursive function.

MediumTHEORY3 marks2022(TU FOHSS Final)

Why do we need exit function?

EasyTHEORY1 marks2023(TU FOHSS Final)

Why do we need exit function?

EasyTHEORY1 marks2023(TU FOHSS Final)

Write a program to find the sum of digits of given integer using recursion.

MediumTHEORY5 marks2023(TU FOHSS Final)

Compare and contrast passing arguments by value and passing arguments by address in C programming. Provide examples.

HardTHEORY10 marks2023(TU FOHSS Final)
Showing 6 questions

Sample Questions

Write a program to find the greatest of three number using functions. The function should expect three integers and return the greatest of them.

Marks: 3Chapter: Unit 5: Functions

Write a program to find the factorial of a number N read from the user using recursive function.

Marks: 3Chapter: Unit 5: Functions

Why do we need exit function?

Marks: 1Chapter: Unit 5: Functions

Why do we need exit function?

Marks: 1Chapter: Unit 5: Functions

Write a program to find the sum of digits of given integer using recursion.

Marks: 5Chapter: Unit 5: Functions

And more questions available on this page.

Unit 5: Functions chapter questions with answers for Structured Programming inC (BITM Semester 1). Prepare for TU exams with our comprehensive question bank and model answers.