Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Introduction to Data Structure and Algorithms : Download the file below Data Structure - 1 Download Introduction to Data Structure - Data Structure - 2Download Data Structure In Python Data…
Web scraping is used to extract huge amount of data from website which then stored into a local file in your computer or in any other database. Basically web scraping…
The switch statement tests the equality of a variable against multiple values. The case values must be unique. There can be n numbers of cases. The value must be literal…
In inline function, the whole function is called to the calling function directly. If there is more task then the speed is slow. Inline keyword is used in front of…
This program will accept item name, quantity and rate and then it will calculate the total amount by multiplying "q" and "r". Then the program will calculate discount in the…