Semester – i |
||
Allied II |
PROGRAMMING IN C AND C++ |
Course Code: U25CCPY2 |
Hours: 5 |
Credits: 4 |
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 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.
9. Write a C++ program to accept and display the details of a student using class.
10. Write a C++ program to calculate the area of rectangle, square and circle using class.
11. Write a C++ program to demonstrate the usage of constructor and destructor in a class.
12. Write a C++ program to demonstrate inline and friend function in a class.
13. Write a C++ program to demonstrate simple inheritance.
14. Write a C++ program to demonstrate the function overloading.
15. Implement polymorphism in C++ program.
16. Write a C++ program read and write a file.
No comments:
Post a Comment