Chapter Study

BITM Semester 1 Structured Programming inCUnit 6: Arrays and Strings

Comprehensive questions and detailed answers for Unit 6: Arrays and Strings. Perfect for exam preparation and concept clarity.

7
Questions
24
Marks
Back to All Chapters

Write a syntax to initialized 2D array in C.

EasyTHEORY1 marks2022(TU FOHSS Final)

Define string.

EasyTHEORY1 marks2022(TU FOHSS Final)

Read a string from the user and find the length of that sting using strlen() function.

MediumTHEORY3 marks2022(TU FOHSS Final)

Write a program to sort the numbers in an array.

MediumTHEORY3 marks2022(TU FOHSS Final)

Write a program to read a string and copy it to another string in reverse format. Finally display the original string and the reversed string, without using string handling function.

MediumTHEORY5 marks2022(TU FOHSS Final)

Define Null character.

EasyTHEORY1 marks2023(TU FOHSS Final)

Discuss some commonly used string library functions in C programming. Provide examples of each function.

HardTHEORY10 marks2023(TU FOHSS Final)
Showing 7 questions

Sample Questions

Write a syntax to initialized 2D array in C.

Marks: 1Chapter: Unit 6: Arrays and Strings

Define string.

Marks: 1Chapter: Unit 6: Arrays and Strings

Read a string from the user and find the length of that sting using strlen() function.

Marks: 3Chapter: Unit 6: Arrays and Strings

Write a program to sort the numbers in an array.

Marks: 3Chapter: Unit 6: Arrays and Strings

Write a program to read a string and copy it to another string in reverse format. Finally display the original string and the reversed string, without using string handling function.

Marks: 5Chapter: Unit 6: Arrays and Strings

And more questions available on this page.

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