462
Page views
0
Files
0
Videos
0
R.Links

Icon
Syllabus

UNIT
1
Solving problems using I/O Statements, Operators & Expressions

a) Displaying Welcome Message b) Display details in Ticket c) Cents to Dollar Conversion d) Sum of digits e) Check number is power of 2 f) Calculating Gain %

UNIT
2
Programs using Conditional Statements and Looping.

a) Leap year or not b) Search Seat Allocation in Matrix c) Card Game-I d) Armstrong Number e) Pattern Generation

UNIT
3
Programming for one dimensional and two dimensional arrays.

a) Arithmetic Calculator using Function b) Sum of two number using Function c) Swap two Numbers using Function& Pointers d) Distance between two points using Function& Pointers e) Compute the factorial of a number using recursion. f) Find the sum of digits in a number using recursion. g) Find the sum of the even numbers present in an array using recursion. h) Find the number of vowel letters in a word

UNIT
4
Solving problems using user defined, pre defined and Recursive functions

a) Find the maximum element in an array. b) Find the number of distinct elements in a sorted array. c) Find the range of the elements in the array. Range of an array is the difference between the maximum and minimum element in an array, d) Find the sum of the elements in the matrix. e) Find the maximum element in each row of the matrix. f) Find the number of characters in the string. g) Check whether the second word is the reverse of first word. Do not use strrev function. h) Perform the following operations on strings. Note: Don't use any of the string library functions.  Finding the length of the string  Finding the reverse of the string  Finding the concatenation of 2 strings  To compare 2 strings

UNIT
5
Programs using Strings and Pointers

a) Create an array of Events for the structure Event b) Display Student details and progress card using Structure and Union.

Reference Book:

PPS-Lab Manual

Text Book:

PPS-Lab Manual

 

Print    Download