Prem Tiwari - - C Programming Tutorial
This C program will swap the two entered numbers by using the temporary variable. This is a simple & easy program in the programming language. See the below example: C Program to Swap Two Numbers …
Prem Tiwari - - C Programming Tutorial
By using the below c program you can insert an element into the current array, on which position you want. First, you need to create the array, then enter the element of an array and …
Prem Tiwari - - C Programming Tutorial
Copy the below code and save it and then compile & run to see the output of this program. I have compiled & run this program, see the output at the end of this program. …
Prem Tiwari - - C Programming Tutorial
This is very simple & easy program to print the first 10 natural numbers by using the C programming language. You can print the first 10 natural numbers without using the conditional loop. Find by …
Prem Tiwari - - C Programming Tutorial
This is a C Program to Find ASCII Value of a Character. After compilation and run of this program, if the user will enter any character, then it will return the ASCII (American Standard Code …
Prem Tiwari - - WordPress, WordPress Beginners, WordPress Themes
Currently, WordPress is the most popular CMS (Content Management System). WordPress is powering approx 60% of the blogs and 40% of the websites which are live on the World Wide Web. In this tutorial, I …
Prem Tiwari - - WordPress, WordPress Beginners, WordPress Snippets
In this tutorial, I will explain how to remove products from a particular category from your shop page on frontend store. you have two option to implement the below code snippets with your WooCommerce store. …
Prem Tiwari - - WordPress, WordPress Beginners, WordPress Snippets
Hello friend, hope you are doing good. In today’s tutorial, I will explain “How to Remove Dashboard Widgets in WordPress”. This will help you lot if you are developing the site your client and want …
Prem Tiwari - - Mysql
Hello friends, hope you are doing good. In today’s tutorial, I will explain the very simple and easy steps to working with MySql events with the example. After this tutorial, you will be able to: …
Prem Tiwari - - C Programming Tutorial
This tutorial contains the C Programs and Examples with Solutions, in this tutorial, we have solved the most important c programs which help you a lot to improve the logical, mathematical and conceptual concepts and …
Prem Tiwari - - C Programming Tutorial
This program will convert the entered binary numbers into the octal number by using the C programing language. To understand this program, you should have the basic knowledge of C programing language. If you have …
Prem Tiwari - - C Programming Tutorial
This is a simple program written in C programming language to find the length of a string entered by your while execution of this program. This program will calculate the length of string without using …
Prem Tiwari - - C Programming Tutorial
This is very simple and easy program in C programming language to print the table of any entered number. If you enter the 2, then it will print the table of 2. This program will …
Prem Tiwari - - C Programming Tutorial
I got some tutorial request from my website readers which are the final year student of Computer science from UPTU (Uttar Pradesh Technical University) for sorting the array using binary search so that I am …
Prem Tiwari - - WordPress, WordPress Snippets
Sometime you need to add the PayPal donation button in your WordPress website to allow your website visitors to donate some amount to you by using the PayPal Payment gateway. In this tutorial, I will …