10 - WAP to Increment (Pre/Post) a Number without using Increment operator (++) in C. October 21, 2017 This program Pre-Increment's & Post-Increment, a Number without using Increment operator (++) in C. The Number are used and ar...Read More
09 - WAP to Print Odd or Even without using '%' Operator in C October 21, 2017 This program Prints the Odd or Even for the given Number without using "%" operator. But by using Bitwise "Ternary"...Read More
08 - WAP to Print the Fibonacci Series in C October 19, 2017 This Program prints the Values of Fibonacci Series till the desired User Value. /*we have to print the greatest fibonacci no and the fi...Read More
07 - WAP to Print the Average of a given Numbers of a Array. October 19, 2017 This Program prints the Average of a given Array Elements . /*Finding the average of the numbers*/ /*library protype declaration*/ #in...Read More
06 - WAP to Print the Value of a Median in the given Number in C October 19, 2017 Program to Print the Value of a Median in a given set of Number's in an Array. //to check the median of a given Numbers in C #inclu...Read More