FY_BCA_C_25 MARKS SLIPS

1.write a menu driven prog to accept and display book info of libarary (using struture) - Add book information - Dispaly bookinformation - Exit 

2.write a prog to calculate factorial of given no using recursion

3.C Program to Reverse the Contents of a File and Print it

4.write a prog to accept and display customer info. write a funvtion to print the account no and name of customer with balance beow 100(using structure)

5.Copy the content of one file into another file

6. sum of elememts of mxn matrix using dynamic memory allocation

7. wite c prog to perform following opeartions on string using user defined function 1.calculate length of string 2.copy one string to another

8. sum of elememts of mxn matrix

9.Accept n number from user and store into array and count number of occurances of each element

10.WAP for string check if one string is substring of another count occurences exit

11. accept n nos from user and stror all prime no into array and display this array 

12.store the records of students in a file using structure 

13. write c program to sort elements of an array in asecnding order using dynamic memory alloaction

14. number of characters,number of wovels and wordsfrom te text file

15.C Program to Find Union & Intersection of 2 Arrays

16. Accept string from user & replace all occurances of 'a' by '*' symbol

19.write a menu driven prog to accept and display book info of libarary (using struture)

20. multiplication of elememts of mxn matrix using dynamic memory allocation

21.A scooter has serial nos from AA0toFF9. Use a structure pointer - Retrive all information of scooter within rannnnn BB0 and CC9 - Display the oldest scooter

22. sum of serise using function sum = 1+1/x+1/x2+1/x3+1/x4+.....

23. write C prog o accept 2 strings an dcom[are them. if they are equal display there lenght. ifstr1>str2 convert str1 to uppercase and str2 to lower case and display the strinds and vice versa

24. a C prog to calculate sum of digit till it reduces to single digit using recursion

25.write a menu driven prog to accept and display employee (using struture) - search by id - Display name of emp having salary is greater then 10000

26.write a C prog to display transpose of matrix using user defined function

27. create structure student having fields roll noand name. accept details of student fom th use store it into the file and calculate the size of file

28.write a menu driven prog to accept and display employee (using struture) and display emp inforamtion having maximum salary

29.WACp Accept three numbers as command line argument and find out min max and avg

30. Write a C prog to convert decimal no into binary,octal, hexadecimal write seperate user defined function for each option

1 comment: