HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 2C programmingUnit 10: Structure (5Hrs)
Chapter Study

BCA Semester 2 – C programming – Unit 10: Structure (5Hrs)

Comprehensive questions and detailed answers for Unit 10: Structure (5Hrs). Perfect for exam preparation and concept clarity.

4
Questions
40
Marks
Back to All Chapters
1

Define structure and union. Write a C program using structure that reads the record of 35 students with member's roll, name, address and makes and display the records of students who have obtained greater than 250 marks.

HardTHEORY10 marks2019(TU FOHSS Final)
2

Differentiate between structure and Union. Locate a structure named student with members roll no, name, address. Write a program that displays name of only those students whose addressing is Kathmandu

HardTHEORY10 marks2023(TU FOHSS Final)
3

What is union? Write a C program to enter bid, title, price, pages of 100 book into structure variable called book and sort them in descending order on the basis of their title with use of pointer.

HardTHEORY10 marks2021(TU FOHSS Final)
4

What is structure? Write a C program to enter id, name and address of 25 structure variable called employee and sort them in ascending order on the basis with use of pointer.

HardTHEORY10 marks2020(TU FOHSS Final)
Showing 4 questions

Questions in Unit 10: Structure (5Hrs)

Define structure and union. Write a C program using structure that reads the record of 35 students with member's roll, name, address and makes and display the records of students who have obtained gre

Marks: 10

Year: 2019 Final TU FOHSS

1. Definitions Structure A structure in C is a user-defined data type that allows grouping variables of different types under a single name. Syntax: c struct structurename { datatype member1;

Differentiate between structure and Union. Locate a structure named student with members roll no, name, address. Write a program that displays name of only those students whose addressing is Kathmandu

Marks: 10

Year: 2023 Final TU FOHSS

1. Difference Between Structure and Union | Basis | Structure | Union | |-----------|---------------|-----------| | Memory Allocation | Each member has separate memory. | All members share same memory

What is union? Write a C program to enter bid, title, price, pages of 100 book into structure variable called book and sort them in descending order on the basis of their title with use of pointer.

Marks: 10

Year: 2021 Final TU FOHSS

1. Definition of Union A union is a user-defined data type in C similar to structure, but all members share the same memory location. - Only one member can store value at a time. - Useful for savi

What is structure? Write a C program to enter id, name and address of 25 structure variable called employee and sort them in ascending order on the basis with use of pointer.

Marks: 10

Year: 2020 Final TU FOHSS

1. Definition of Structure A structure in C is a user-defined data type that allows grouping of different types of variables under a single name. Key Points: - Combines integers, floats, strings, et

About Unit 10: Structure (5Hrs) Questions

This page contains comprehensive questions from the Unit 10: Structure (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 10: Structure (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.