C
SORTING
 BUBBLE SORT       SELECTION SORT      QUICK SORT
SEARCH
SWAP

MATRIX 
              LOWER TRIANGULAR MATRIX       DETERMINANT OF A MATRIX
 INVERSE OF A MATRIX                     SUM OF DIAGONAL ELEMENTS
 FIND OUT
HCF                                                         LCM
GCD                                                       FIBONACCI SERIES
PRIME NUMBER                                 FACTORIAL OF A NUMBER
REVERSE A STRING                          PALINDROME NUMBER
MATHS

MULTIPLICATION                                             DIVISION

POWER                                                                 MODULAR DIVISION
 
Conversion
   Currency Into Words                                                                      Convert Digits To Words
   Convert Roman Number To Decimal Number                       Convert Decimal To Roman Number
   Multiplication Of Two Binary Numbers                                  Addition Of Binary Numbers
   Binary To Hexadecimal Conversion                                         Convert Binary Number To Decimal Number
   Binary To Octal Conversion                                                       Hexadecimal To Binary Conversion
   Octal To Decimal Conversion                                                     Decimal To Hexadecimal Conversion
   Decimal To Octal                                                                            Convert Decimal To Binary
  Series

Write a c program to find out the sum of infinite G.P. series

Write a c program to find out the sum of G.P series

Write a c program to find out the sum of series 1^3 + 2^3 + …. + n^3

Write a c program to find out the sum of series 1^2 + 2^2 + …. + n^2.

Write a c program to find out the sum of series 1 + 2 + …. + n.

Write a c program to find out the sum of in A.P. series

For Geomerrical  data(Area)
   C program for area of a cuboids                                           C program for area of a sphere

   C program to find the area of a right angled triangle C  program to find the area of a trapezium

   C program for area of a rectangle                               C program for area of a triangle

   C program for area of circle                                                    C program for area of a cylinder          

   C program for area of a cube

FILE

C PROGRAM TO WRITE TO A FILE

COPY DATA FROM ONE FILE TO ANOTHER FILE

C PROGRAM TO READ AND PRINT DATA

C PROGRAM TO KNOW THE LAST DATE OF MODIFICATION OF ANY FILE

C PROGRAM TO CONCATE MANY FILE AND STORE IN ANOTHER FILE

C PROGRAM TO KNOW READ/WRITE PERMISSION OF GIVEN FILE.

C PROGRAM TO READ A TEXT FILE BY C PROGRAM

C PROGRAM TO FIND SIZE OF A FILE

C PROGRAM TO ENTIRE ARRAY TO A FILE


C++
Write C++ Code To Print "Hello World"
Print All Odd Numbers In Given Range
Find No Is Even Or Odd.
Find Given No Is Strong Or Not.
Find Strong In Given Range 
Palindrome Number In Given Range
Palindrome Check In C++
Write a program to convert a string in uppercase.
Write a program c++ to convert a string in lowercase.
Write a C++ program to reverse a string.
Write a program to concatenate one string contents to another.
Write a c++ program to count number of words in string.
Write c++ program to print revirse string.
Write a program c++ to find the length of string.
Find the absolute value of a number entered by the user.
Enter number and check whether even or odd.
WAP to find the reverse number in c++;
Write c++ code to swap two number.
Program to find circumference of a circle in c++
Write c++ code to find area of circle JAVA


 Write a java program to for even number.

Write a java program to find Fibonacci series

Write a java program to check no is prime or not.


No comments:

Post a Comment