Posts
Showing posts from March, 2023
Given a number N and an array A of N numbers. Print the lowest number and its position.
- Get link
- X
- Other Apps
Given a number N and an array A of N numbers. Print the smallest possible result of Ai + Aj + j - i , where 1 ≤ i < j ≤ N. Using C++.
- Get link
- X
- Other Apps
Bubble sort algorithm using user defined function by C++
- Get link
- X
- Other Apps
How to check if a number is Automorphic or not !!! using C language !!
- Get link
- X
- Other Apps
How to check if a number is Lucky Number using C++.
- Get link
- X
- Other Apps
How to check if a number is Magic Number using C programming Language!
- Get link
- X
- Other Apps
Find all the strange number from 1 to N using C programming!
- Get link
- X
- Other Apps
How to find out all the Adam Numbers from 1 to 1000 using C programming!
- Get link
- X
- Other Apps
how to write Fibonacci sequence using C programming Language !
- Get link
- X
- Other Apps
The Heap (malloc && free ) functions in C programming language !!!
- Get link
- X
- Other Apps
Find out all the sunny number from 1 to N number using C language!
- Get link
- X
- Other Apps
Find out all the prime numbers from 1 to N numbers using C language
- Get link
- X
- Other Apps