You are here

Page not found

Search results

  1. C program to reverse a string

    C program to reverse a string that a user inputs. If the string is "hello" then, the output is "olleh." C program to reverse a string using strrev , without using strrev , ...

    Yogesh Suneja - 14/10/2020 - 19:35

  2. C program to reverse a number

    C program to reverse a number and to print it on the screen. For example, if the input is 123, the ...

    Yogesh Suneja - 17/11/2019 - 21:05

  3. Java programs

    Java programming: Java program consists of instructions that will be executed on a machine to perform ... number Floyd's triangle Reverse String Palindrome Interface ...

    Yogesh Suneja - 02/11/2023 - 02:56

  4. Reverse array in C

    C program to reverse an array using an additional array , using swapping and by ... b [ 100 ] ;   printf ( "Enter the number of elements in array \n " ) ;   scanf ( "%d" , ...

    Yogesh Suneja - 27/11/2019 - 20:55

  5. Reverse a number in Java

    Java program to find the reverse of a number, for example, if the input is 951, the output is 159. ...

    Yogesh Suneja - 05/12/2019 - 20:03

  6. Reverse a string in Java

    Java program to reverse a string that a user inputs. The charAt method is used to get ...

    Yogesh Suneja - 05/12/2019 - 00:42

  7. Armstrong number in C

    Armstrong number C program to check whether a number is an Armstrong number or not, it's ... numbers . We will consider base ten numbers in our program. The algorithm to do this is: First, we calculate the number of digits ...

    Yogesh Suneja - 12/12/2019 - 21:06

  8. C++ program to reverse a number

    C++ program to reverse a number using a class. It can be used to check if an integer is a palindrome or ...

    Yogesh Suneja - 22/11/2019 - 22:04

  9. Prime number program in C

    Prime number program in C language to check whether a number is prime or composite ... || []).push({}); Output of program: Download Prime number program. C program for prime ...

    Yogesh Suneja - 01/10/2020 - 23:20

  10. Palindrome number in C

    ... 12321, -454. To check if a number is a palindrome or not, we reverse it and compare it with the original number. If both are the same, it's a palindrome otherwise not. C palindrome string program . (adsbygoogle = window.adsbygoogle ...

    Yogesh Suneja - 09/10/2020 - 23:18

Pages