Semester – i |
||
|
Allied II |
PROGRAMMING IN C AND C++ |
Course Code: U25CCPY2 |
|
Hours: 5 |
Credits: 4 |
|
Simple Programs:
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.
- 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 destructor in 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