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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqcHNh36hPsouMc02og74dmroXYtVrC3Q4cArCP0Mk5BEJy1tzs_DspsITu_3UMWeHiLGZkUOTyIKtR8R3ktLtBGadsbW2s_gQjeJcwJKVmyxWp7lgGqotTTbh7Oo1z6ZRUcIFzt2-0UBw/s72-c/two_dimensional_arrays-in-c-Programming.jpg)
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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5_P2dnyS8MrYP6d6UWkjtGCwb1HqrtiE8Jv7rDxp2yuA1vm4eTM_E5qLxcyIsaFu6Yxfdq6-Mw_DvegavnaEV4eRNG2i60oHsyydu-oTaDw_QBtWhwdGXZpmOffakMyLalJ8IwgkcpAs4/s72-c/all-important-c-programby-makhan-kumbhkar-3-728.jpg)
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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEialdumER4Lub46wR9C1_Ii6D0TaQJCEzlF2JlB-UICZ6MOCwar8ftiqhvPjUuF4LZabdhH35CTeA5PKpS8SjCIwCi7eDdnPbY-2TmIq5plMlxpAW5zYPJb5iqjZAawBy2-ozz7JkIoSSBn/s72-c/short-vowels%5B1%5D.jpg)
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/s72-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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5jA9jJm-bLODwBIiPlTpo9lYO8BsnoI7iO3r_AD0blUGSqSZ7BVt7fHjmTLbKENSZ6xlnTNqZHBjvtGx4UL73yIOeXCyhbsMehyfR_49r8lLmGmjSYdlTdIJbh9wGQf9e-67Bsu6OTgOp/s72-c/Untitled-1.jpg)
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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-AyBMJGd4RBrRihipoF0QUsCeq30UfIDzbu5SLadkO1Vmk6hCc9SzcXlnDP37Se4BfK83h9l1YsG_8c8d9oleh-cJoiFuLYgaryeCoGUyogc3Gise0kdaG4NfjTJKq9y1memHNtc_oOOk/s72-c/RBRs7jw.png)
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 »