We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
List of Practicals
Note:- ALL THE PRACTICALS MUST BE HANDWRITTEN and OUTPUT
MUST BE COMPILED and UPLOADED TO YOUR GITHUB ACCOUNT. Link of github must be pasted on every output page of your handwritten file.
1) WAP for the Following
a) Factorial b) Fibonacci c) Reverse of a Number d) Sum of digits of a Number e) Find LCM and HCF f) Table of Given Number g) Calculator using Switch Case 2) WAP For the following (Array Specific) a) Searching of an element in an Array b) Sorting of array c) Multiplication and Transpose of 2-D array d) Upper Diagonal and Lower Diagonal Matrix(2D Array) e) Inserting element at specific location in an Array f) Deleting element at specific location in an Array g) Merging of two sorted Array h) Max and Minimum element in an Array 3) WAP for the following (Recursion) a) Factorial b) Fibonacci series c) Power of a Number d) Ackerman Function e) Displaying Array elements using Recursion 4) WAP for the following a) Swap two Numbers using Call by reference b) Swap two Numbers using Call by value c) Display Array in Reverse by passing Array in a function. d) Count the given character in a String e) Implement strlen(), strcat(), strcpy() and strcmp() f) Sort a string 5) a) WAP for Dynamic memory Allocation clearly mentioning the role of malloc(), calloc(), realloc() and free(). b) WAP for Array of Structure and Nested Structure. c) Accessing Union Members d) Array of pointers and Pointer to Array e) Sort array of strings.
6) WAP + theory for the following Questions
a) Explain Storage Class in detail b) Use of break, continue and goto statement c) For loop, while loop and do-while loop. d) Logical operators, Bitwise Operators, Ternary operator e) Self Referential Structure (Linked List and Trees) f) Explain the importance of preprocessor directives. g) String Inbuilt Functions