Results for "Digit Manipulation"

Total results: 116

  1. Java Program to Reverse a Number
  2. Java Program to Reverse a String
  3. Java Program to find maximum element in an array
  4. Java Program to find minimum element in an array
  5. Java Program example to demonstrate String charAt method
  6. Java Program example to demonstrate String compareTo method
  7. Java Program example to demonstrate String compareToIgnoreCase method
  8. Java Program example to demonstrate String contentEquals method
  9. Java Program example to demonstrate String concat method
  10. Java Program to Create a File
  11. Java Program to demonstrate ArrayList
  12. Java Program to insert element to an array
  13. Java program to merge two arrays one after the other
  14. Java program to reverse array using Collections
  15. Java program to reverse a string using recursion
  16. Java Program to add two binary numbers
  17. Java Program to subtract two binary numbers using ParseInt
  18. Java Program to reverse words in a given string
  19. Java Program to count Vowels and Consonants in a given string
  20. Java Program to count digits and white spaces in a given string
  21. Java Program to check for Duplicate Characters
  22. Java Program to print all substrings of a given string
  23. Java Program to sort the given string Alphabetically
  24. Java Program to sort the given string Alphabetically using Comparator
  25. Java Program to sort the given string in reverse order using Comparator
  26. Python Program to find ASCII value of a character or digit
  27. Python Program to find ASCII value of a character or digit entered by the user
  28. Python Program to check whether a given number is an Armstrong Number or not
  29. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  30. Python Program to reverse an integer number
  31. Python Program to find sum of digits
  32. Python Program to find maximum element in an array
  33. Python Program to find sum of array elements using for
  34. Python Program to find sum of array elements using sum function
  35. C Program to show different formatting in output using printf
  36. C Program to swap two variables using temporary variable
  37. C Program to swap two variables by shifting bits
  38. C Program to swap two variables by performing xor operation
  39. C Program to generate Armstrong number within a given range
  40. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  41. C Program to check whether a given number is an Armstrong Number or not using in built power function
  42. C Program to identify a character or a digit using ASCII values
  43. C Program to identify a character digit or special character using Built In functions
  44. C Program to identify a character or a digit using Built In functions
  45. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  46. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  47. C Program to reverse a given integer number using while loop
  48. C Program to reverse a given integer number using while loop using functions
  49. C Program to reverse an integer number using for
  50. C Program to reverse an integer number using do while
  51. C Program to reverse string using for
  52. C Program to reverse string using while
  53. C Program to reverse string using do while
  54. C Program to check anagram by checking frequency
  55. C Program to check anagram by sorting strings
  56. C Program to find substring of a string
  57. C Program to swap two Strings
  58. C Program to search occurrence of character in String
  59. C Program to arrange a string alphabetically
  60. C Program to find length of a string using built in functions
  61. C Program to find length of a string without using built in functions
  62. C Program to find if a string is palindrome or not without built in functions
  63. C Program to reverse a string without using built in function
  64. C Program to find Sum of Digits of a given number Type 1
  65. C Program to find Sum of Digits of a given number Type 2
  66. C Program to concatenate two strings into a third string using built in functions
  67. C Program to concatenate two strings into a third string without using built in functions
  68. C Program to copy from source string to destination string using built in functions
  69. C Program to copy from source string to destination string without using built in functions
  70. C Program to initialize array of strings and print on the terminal
  71. C Program to insert an element into specified location of an array
  72. C Program to delete an element from a specified location of an array
  73. C Program to delete duplicate elements from an array
  74. C Program to copy contents of one array to another
  75. C Program to find maximum element in an array without sorting
  76. C Program to find minimum element in an array without sorting
  77. C Program to merge two arrays one after the other
  78. C Program to find the sum of array elements
  79. C Program to find sum of two arrays
  80. C Program to add two matrix
  81. C Program to subtract two matrix
  82. C Program to find sum of lower triangle matrix
  83. C Program to find sum of upper triangle matrix
  84. C Program to add principal diagonal elements in a matrix
  85. C Program to transpose a matrix
  86. C Program to implement basic operation of Stacks using arrays and pointers
  87. C Program to evaluate a valid Postfix expression using Stacks
  88. C Program to implement basic operations of Linear Queue using arrays and pointers
  89. C Program to reverse a digit using recursion
  90. C Program to sort an array using Bubble Sort
  91. C Program to find string length using pointers
  92. C Program to find sum of array elements using pointers
  93. C Program to print an array in reverse direction using pointers
  94. C Program to demonstrate fgets
  95. C Program to add matrices using pointer
  96. C Program to add matrices using function and pointer
  97. C Program to count vowels and consonents in a given sentence
  98. C Program to convert contents of a file to upper case
  99. C++ Program to find sum of two numbers using pointer returning functions
  100. Haskell Program to convert string to lower case
  101. Haskell Program to convert string to upper case
  102. Julia Program to print sum of n natural numbers
  103. Julia Program to check if a number is prime number or not
  104. Julia Program to print first n prime numbers
  105. Java identifiers
  106. Lists in Python
  107. Strings in Python
  108. Sets in Python
  109. Dictionary in Python
  110. File Handling in Python
  111. Passage 38
  112. Passage 115
  113. Passage 210
  114. Passage 246
  115. Passage 290
  116. Question 46