-
C Program for efficiently print all prime factors of a given number?
-
C Program for Extended Euclidean algorithms?
-
C Program for Find largest prime factor of a number?
-
C Program for Find sum of odd factors of a number?
-
Print n numbers such that their sum is a perfect square
-
Print number of words, vowels and frequency of each character
-
Print the given 3 string after modifying and concatenating
-
Print missing elements that lie in range 0 – 99
-
Print uncommon elements from two sorted arrays
-
Print first N terms of series (0.25, 0.5, 0.75, …) in fraction representation
-
Print prime numbers from 1 to N in reverse order
-
Print numbers in descending order along with their frequencies
-
Print matrix in antispiral form
-
Print matrix in diagonal pattern
-
Print an array with numbers having 1, 2 and 3 as a digit in ascending order
-
Print prime numbers with prime sum of digits in an array
-
Print numbers having first and last bits as the only set bits
-
Print Postorder traversal from given Inorder and Preorder traversals
-
Print Reverse a linked list using Stack
-
Print the nearest prime number formed by adding prime numbers to N