Skip to content
Scholar soul

Scholar soul

Be A Scholar

  • C Programming Tutorial
  • Programming
  • Intellectual property rights
  • Privacy Policy
  • Disclaimer
  • Contribute

Programming

Odd even program in c | c++ and java

November 5, 2020July 14, 2020 by SuperUser

If you are searching for odd even program in c , c++ and java then you are at the right article. Even number is a number which is completely divisible by 2. Odd number is a number which is not completely divisible by 2. If you divide an odd number then the remainder will always … Read more

Categories Programming Tags c, java

Factorial program in C | C++ and Java

February 7, 2021July 14, 2020 by SuperUser

What is factorial of a number? Factorial program in c c++ and java : Factorial number is the product of positive descending integers. Factorial of a number is denoted by n! Note: Factotial of zero is one and factorial for a negative number doesnot exists. Example of a factorial number: 4! = 4*3*2*1 = 24 … Read more

Categories Programming Tags c, java, Programming

Binary search in c | c++ and java

July 18, 2020July 14, 2020 by SuperUser

If you are looking for Binary search in c | c++ and java then you are at right article. Binary search is a divide and conquer technique which searches an element in log ( n ).One condition for binary search to work is that it should be sorted either in ascending or descending order based … Read more

Categories Programming Tags binary search, c, java, Programming

Linear search in c | c++ and java

September 23, 2020July 2, 2020 by SuperUser

If you are looking for a program for Linear search in c, c++ and java then you are at thr right article. Find the linear search implementation in c, c++ and java languages. In linear search we are comparing a key element with the elements of array in each iteration, If we find the key … Read more

Categories Programming Tags c, java, Programming

Palindrome in c | c++ and java

November 8, 2020June 30, 2020 by SuperUser

If you are searching for a program for Palindrome in c , c++ and java you are at the right place. Read the complete article. What is a palindrome? Palindrome is a string or number, if we read that string or number from backwards then it is same as if we read it from forward. … Read more

Categories Programming Tags c, java, Programming, string

Armstrong number in c | c++ and Java

November 2, 2020June 30, 2020 by SuperUser

If you are searching for Armstrong number in c | c++ and Java then you are at the right article. What is an armstrong number? Armstrong number is a number in which the sum of cubes of digits of that number is equals to that number itself. Example: 0, 1, 153, 370, 371, 407. How … Read more

Categories Programming Tags armstrong number, c, java, Programming
Post navigation
Newer posts
← Previous 1 2
  • Program to add two numbers
  • Swap two numbers program
  • Program to check odd/even number
  • Program to reverse numbers
  • Program to check Leap year
  • Program to check prime number
  • Program to find armstrong number
  • Fibonacci series program
  • Factorial of a number program
  • Binary search in array
  • Linear search in array
  • program for Palindrome
  • Program to bubble sort

Recent Posts

  • strtod() function in c
  • strtol() function in c
  • strchr in c
  • Difference between structure and union in c programming language
  • strncpy in c

Scholarsoul

  • Contact us
  • Contribute
  • Disclaimer
  • Privacy Policy
  • Report errors

Recent posts

  • strtod() function in c
  • strtol() function in c
  • strchr in c
  • Difference between structure and union in c programming language
  • strncpy in c

Categories

© Scholar Soul 2021