Find Roots of Quadratic Equation in C Programming Hello Programmers, welcome back to Standard Programming. In this post I am going...
Read more »
Wednesday, 11 February 2015
Tuesday, 10 February 2015

Transpose of Matrix in C Programming
Transpose of Matrix in C Programming Hello Programmers! Welcome to Standard Programming. How many of you like doing Matrices in Math...
Read more »
Monday, 9 February 2015

Add Digits of a Number in C Programming
Add Digits of a Number in C Programming Hello guys, Welcome back to Standard Programming. Today I am going to show you how to add di...
Read more »

C Programming Vowel Checker
C Programming Vowel Checker Hello guys, today I am gonna show you hot to check if the character input by user is either vowel or con...
Read more »
![C Program for Palindrome [Number and Strings]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4XFo0fYd5xHLQ3Ztjqlz5HaV5NUvQaW3uDGMlI0nsvGBOYMxIDnyjYNdgi5DpriLbajvy2T4dqsexRx-6W1a6jwhE7S6xpxIefxsR6HhjU-REM7WW9q9r7zx1D4u8fH87AROT2vptZ8dt/s500-c/palindrome2.gif)
C Program for Palindrome [Number and Strings]
C Program for Palindrome [Number and Strings] Welcome back guys. Today I am gonna show how to check whether a number or string is ...
Read more »
Sunday, 8 February 2015

Reverse a Number in C Programming
Reverse a Number in C Programming Hello guys, welcome back to Standard Programming. Today I am gonna share here how to reverse a giv...
Read more »
Thursday, 5 February 2015

Find Factorial of a Number in C Programming Without Using Loops and Recursion
Find Factorial of a Number in C Programming Without Using Loops and Recursion Do you remember in my previous tutorial I asked you g...
Read more »