Anda di halaman 1dari 4

 Program to find Largest and Smallest Element in an Array

 Program to Delete an Element from Array in C- where the position of element to be


deleted is given by user.

 Simple Program to remove Duplicate Element in an Array-

 C Program for removing Whitespaces in a String –



 Program to Reverse a String Using Recursion-
 Program to find the Largest number among input Numbers
 Program to find the Smallest number among input Numbers
---------------------------------------------------------------------------------------------------------

 C++ Programming Code to Make Simple Calculator


 C++ Programming to Find Largest Element in Array
 C++ Programming Code to Merge Two Arrays
---------------------------------------------------------------------------------------------------
 Python Program to Convert Kilometers to Miles
 Python Program to Find the Square Root
 Python Program to Find the Largest Among Three Numbers

---------------------------------------------------------------------------------------------------
 Write a Java Program to reverse a string without using String inbuilt function reverse().
 Write a Java Program to swap two numbers without using the third variable.
 Write a Java Program to count the number of words in a string using HashMap.
 Write a Java Program to find whether a number is prime or not
 Write a Java Program to find whether a string or number is palindrome or not
 Write a Java Program to find the duplicate characters in a string.
 Write a Java Program to find the second highest number in an array.
 Write a Java Program to remove all white spaces from a string with using replace().
1. Program to display ASCII value of a character entered by user

2. C Program to concatenate two strings without using strcat

3. C Program to arrange numbers in ascending order

4. C Program to Count Vowels and Consonants in a String using Pointer

5. C Program to Find the Largest of three numbers using Pointers

6. C Program to calculate Area and Circumference of Circle

7. Program to find Largest and Smallest Element in an Array

8. Program to Delete an Element from Array in C- where the position of element to be deleted
is given by user.

9. Simple Program to remove Duplicate Element in an Array-

10. C Program for removing Whitespaces in a String –

11. Program to Reverse a String Using Recursion-

12. Program to find the Largest number among input Numbers

13. Program to find the Smallest number among input Numbers

Anda mungkin juga menyukai