FIRST YEAR – B.Com. Computer Applications
PROGRAMMING IN C AND C++ LAB
SEMESTER: I CODE: U24CCPY1
CREDITS: 4 HOURS/WEEK: 5
List of Programs:
- Write a C program to find the roots of the given Quadratic equation.
- Write a C Program to find the Sum of Individual digits of a positive integer.
- Write a C program to generate the n Fibonacci Sequence of Numbers.
- Write a C program to Arrange the Elements of an integer array in sorted order.
- Write a C program to check whether the given string is palindrome or not without using Library functions.
- Write a C program to count the number of lines, words and characters in a given text.
- Write a C program to generate Prime numbers in a given range using user defined function.
- Write a C program to find factorial of the given number using recursive function.
- Write a C++ program to accept and display the details of a student using class.
- Write a C++ program to calculate the area of rectangle, square and circle using class.
- Write a C++ program to demonstrate the usage of constructor and destructorin a class.
- Write a C++ program to demonstrate inline and friend function in a class.
- Write a C++ program to demonstrate simple inheritance.
- Write a C++ program to demonstrate the function overloading.
- Implement polymorphism in C++ program.
- Write a C++ program read and write a file.
No comments:
Post a Comment