1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  5. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  6. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  7. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  8. Java Program to Reverse a String
  9. Java Program example to demonstrate String charAt method
  10. Java Program example to demonstrate String compareTo method
  11. Java Program example to demonstrate String compareToIgnoreCase method
  12. Java Program example to demonstrate String contentEquals method
  13. Java Program example to demonstrate String concat method
  14. Java Program to show usage of Enum which prints the size of coffee mug
  15. Java Program to check if String element is present in an array
  16. Java program to sort string array in descending order using collections
  17. Java program to reverse a string using recursion
  18. Java Program to add two binary numbers using ParseInt
  19. Java Program to subtract two binary numbers using ParseInt
  20. Java Program to multiply two binary numbers using ParseInt
  21. Java Program to divide two binary numbers using ParseInt
  22. Java Program to reverse words in a given string
  23. Java Program to count Vowels and Consonants in a given string
  24. Java Program to count digits and white spaces in a given string
  25. Java Program to check for Duplicate Characters
  26. Java Program to print all substrings of a given string
  27. Java Program to sort the given string Alphabetically
  28. Java Program to sort the given string Alphabetically using Comparator
  29. Java Program to sort the given string in reverse order using Comparator
  30. Python Program to print Hello World
  31. Python Program to initialize different datatypes and print
  32. Python Program to print different formats of string
  33. C Program to print Hello World on the console
  34. C Program to initialize different datatypes and print the same on terminal
  35. C Program to show different formatting in output using printf
  36. C Program to print first n natural numbers using for loop
  37. C Program to print first n natural numbers using while loop
  38. C Program to print first n natural numbers using do while loop
  39. C Program to print first n prime numbers
  40. C Program to print prime numbers within given range
  41. C Program to reverse string using for
  42. C Program to reverse string using while
  43. C Program to reverse string using do while
  44. C Program to print random number
  45. C Program to print random number within range
  46. C Program to check anagram by sorting strings
  47. C Program to print hello world using ASCII
  48. C Program to find substring of a string
  49. C Program to swap two Strings
  50. C Program to search occurrence of character in String
  51. C Program to sort a set of strings alphabetically
  52. C Program to arrange a string alphabetically
  53. C Program to find length of a string using built in functions
  54. C Program to find length of a string without using built in functions
  55. C Program to find if a string is palindrome or not without built in functions
  56. C Program to compare two strings using built in functions
  57. C Program to compare two strings without using built in functions
  58. C Program to reverse a string without using built in function
  59. C Program to convert String to Integer value
  60. C Program to concatenate two strings using built in functions
  61. C Program to concatenate two strings into a third string using built in functions
  62. C Program to concatenate two strings into a third string without using built in functions
  63. C Program to copy from source string to destination string using built in functions
  64. C Program to copy from source string to destination string without using built in functions
  65. C Program to print first n odd numbers
  66. C Program to print first n even numbers
  67. C Program to print n odd numbers within range
  68. C Program to print n even numbers within range
  69. C Program to print first n odd and even numbers Type 1
  70. C Program to print first n odd and even numbers Type 2
  71. C Program to print the sum of n odd numbers using while
  72. C Program to print the sum of n odd numbers using do while
  73. C Program to print the sum of n odd numbers within range using for
  74. C Program to print the sum of n odd numbers within range using while
  75. C Program to print the sum of n odd numbers within range using do while
  76. C Program to print the sum of n even numbers using while
  77. C Program to print the sum of n even numbers using do while
  78. C Program to print the sum of n even numbers within range using for
  79. C Program to print the sum of n even numbers within range using while
  80. C Program to print the sum of n even numbers within range using do while
  81. C Program to print the sum of n odd and even numbers using while
  82. C Program to print the sum of n odd and even numbers using do while
  83. C Program to print the sum of n odd and even numbers within range using for
  84. C Program to print the sum of n odd and even numbers within range using while
  85. C Program to print the sum of n odd and even numbers within range using do while
  86. C Program to initialize array of strings and print on the terminal
  87. C Program to print prime numbers within a range using recursion
  88. C++ Program to print Hello World
  89. C++ Program to initialize different datatypes and print the same on terminal
  90. C# Program to print Hello World