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 find string length using pointers
  89. C Program to print an array in reverse direction using pointers
  90. C Program to print if the architecture is supporting big endian or little endian
  91. C Program to create a enum user defined datatype for days of a week and print the index of a week
  92. C Program to read and print contents of a file using static memory allocation
  93. C Program to read and print contents of a file using dynamic memory allocation
  94. C Program to create a child process using fork system call and print PID and PPID of the processes
  95. C Program to print small alphabets in right angled triangle pattern in series
  96. C Program to print capital alphabets in right angled triangle pattern in series
  97. C Program to print number a Right angled Triangle pattern
  98. C Program to print first n natural numbers in a Right angled Triangle pattern
  99. C Program to print even numbers in a Right angled Triangle pattern
  100. C Program to print prime numbers in a Right angled Triangle pattern
  101. C Program to print binary numbers in a Right angled Triangle pattern
  102. C Program to print numbers in rows and columns of Quadrangle pattern
  103. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  104. C Program to print Equilateral Triangle in a pyramid star pattern
  105. C++ Program to print Hello World
  106. C++ Program to initialize different datatypes and print the same on terminal
  107. C++ Program to print sum of n natural numbers using do while
  108. C++ Program to reverse a string using for
  109. C++ Program to reverse a string using while
  110. C++ Program to reverse a string using do while
  111. C++ Program to print n even numbers within range
  112. C++ Program to print n odd numbers within range
  113. C++ Program to print the sum of n even numbers using while
  114. C++ Program to print the sum of n even numbers using do while
  115. C++ Program to print the sum of n even numbers within range using for
  116. C++ Program to print the sum of n even numbers within range using while
  117. C++ Program to print the sum of n even numbers within range using do while
  118. C++ Program to print the sum of n odd numbers using while
  119. C# Program to print Hello World
  120. Rust Program to print Hello World
  121. Rust Program to print first 10 natural numbers using for loop
  122. Rust Program to print Multiplication Table
  123. GO Lang Program to print Hello World
  124. GO Lang Program to print Hello World From Variable
  125. GO Lang Program to read quoted string
  126. GO Lang Program to find length of a String
  127. PHP Program to print Hello World
  128. PHP Program to print Hello World using echo
  129. PHP Program to print Hello World in html tag
  130. PHP Program to print Hello World using print
  131. PHP Program to Initialize variable and print
  132. PHP Program to demonstrate String datatype
  133. R Program to print Hello World on Console
  134. R Program to get input from user and print on Console
  135. R Program to add two numbers and print the result on the console
  136. R Program to add two vectors and print the result on the console
  137. R Program to print matrix on the console
  138. Shell Script to print Hello World on the console
  139. Shell Script to initialize Hello World String to a variable and print it on the console
  140. Shell Script to read an integer value from user and print
  141. Shell Script to print Fibonacci series
  142. Shell Script to print first n natural numbers
  143. Shell Script to print command line arguments Type 1
  144. Shell Script to print command line arguments Type 2
  145. Shell Script to print command line arguments in reverse
  146. Shell Script to reverse a String and print on console
  147. Shell Script to check if a string is palindrome or not
  148. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  149. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  150. Shell Script to print contents of an array
  151. Shell Script to print login information