In this tutorial we are going to see how to separate positive & negative values from an array in PHP language. The logic is very
Category: Programming
These kind of question are asked many time in Interviews to confuse the candidates. It’s actually much easier than using loops. So how to find
Here is another interesting Python program that will take a word or sentence as an input (basically a string) and return the number of vowels
In this post we are going to see how to write a PHP script to strip vowels from string. This post could be useful for
Floyd’s Triangle is a right-angled triangle filled with rows of consecutive numbers. It starts with 1: Example of 4 rows of Floyd’s Triangle: 1 2
Before going in to the program you should know what is a palindrome first. A palindrome is a word, phrase or a number which reads
Here is another interesting program for school students who are interested in learning C programming. This program will calculate the factorials and print all the
Let’s write an useful C program today. This C Program will convert any Uppercase string to Lowercase. For this, we are going to use tolower() function
This program I am writing for school students and for fresher programmers who wish to learn C language by themselves. To find if an entered
Hello readers, in this post i am going to write a C program which has been asked in Interview from long time. The question is