You are on page 1of 5

II lab internal exam

set1
W.A.P to search given element using a binary search.
WAP to check a given string is palindrome or not

set2
W.A.P to sort given elements using bubble sort.
W.A.P to find multiplication of 2D matrix

set3
WAP to find transpose of a given matrix
WAP to compare two strings without using builtin functions

set4
WAP in C to find the sum of a given set of numbers using an array.
W.A.P to find addition of 2D matrix

set5
W.A.P to sort given elements using bubble sort.
WAP to implement function pointer concept

set6
WAP in C to find the maximum of a given set of numbers using an array.
WAP to find multiplication of matrices using dynamic memory allocation

set7
.Write two programs to implement call by value and call by address using pointers function
parameter passing techniques.
.WAP to count the no of occurrences of a character in a string

set8
WAP to enter two points of a coordinate system and calculate distance between them
.WAP to find addition of matrices using dynamic memory allocation.

set9
W.A.P to find transpose of 2D matrix
WAP to print Fibonacci series using recursion

set10
W.A.P to search given element using linear search.
WAP to find gcd of 2 numbers using recursion.

set11
W.A.P to find distance between two points using point structure.
WAP to add two numbers using command line arguments

set12
W.A.P to check the given string is palindrome or not
W.A.P to sort given elements using bubble sort

set13

Write two programs to implement call by value and call by address using pointers function parameter passin
WAP to read and display student info using pointer structures
set14

W.A.P to find percentage of 10 students by accepting 6 subject marks ,rollno and name of the students. And
marks and percentage.
WAP to calculate Fibonacci series using recursion.

set15

W.A.P to find percentage of 10 students by accepting 6 subject marks ,rollno and name of the students. And
marks and percentage.
WAP in C to compare two strings.

Set16
W.A.P to find distance between two points using point structure using pointers.
WAP in C to find the frequency of different vowels, consonants in a given text

Set17
WAP to find exponent using recursion
W.A.P to find multiplication of 2D matrix

Set18
WAP to find gcd of 2 numbers using recursion.
WAP to read information of 5 students and also display the information(use array of structures)
set19
WAP to read information of 5 students and also display the information(use array of structures).
WAP to implement function pointer concept

set20
WAP in C to find the frequency of different vowels, consonants, digits, in a paragraph.
WAP to add two numbers using command line arguments.

set21
WAP to add two numbers using command line arguments.
WAP to multiply 2D matrices

set22
W.A.P to find number of spaces, vowels, consonants, digits & special symbols in the given sentence.
WAP to count no of characters and no of lines in a file

You might also like