0% found this document useful (0 votes)
13 views1 page

Assignment 2 Module4 5

Uploaded by

Damini T K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Assignment 2 Module4 5

Uploaded by

Damini T K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Bapuji Educational Association ®

Bapuji Institute of Engineering and Technology, Davangere


Department of Computer Science and Engineering.
Sub: Principles of Programming using C Sem/Sec: 1st /A
Code: BPOPS103
Assignment-II
Module-4
Q. No. Chapter 13: Strings CO PO
01 What are strings? Discuss 5 operations that can be Performed on strings. CO3 PO1
02 Explain any 5 string manipulation function with an example each CO3 PO6
03 Write functions to implement string operations such as compare, CO3 PO1
concatenate, and find string length.
Q. No. Chapter 14: Pointers CO PO
01 What is Pointer? Explain Pointer types. CO3 PO1
02 With an example explain Passing arguments to function using pointer. CO3 PO1
03 Write a C program using functions to find the biggest of three integers. CO3 PO1

Module-5
Q. No. Chapter 15: Structure, Union, and Enumerated Data
CO PO
Type
01 Give the general syntax to initialize a structure to store the Student CO3 PO1
information.
02 How is union different from structure? Give an example. CO3 PO3
03 What is enumerated data type? Write a C program to illustrate the CO3 PO1
declaration and access of enum data types.
Q. No. Chapter 16: Files
01 Explain Files using C. Explain Reading data from files & Writing data CO3 PO2
to files.
02 Write a C program to copy a text file to another, read both the input file CO3 PO1
name and target file name.

Course Coordinator:
Dr. Santosh K C

You might also like