Skip to main content

Contact Us

                                              Contact Us:-

This blog is to provide the knowledge about the computer programming. If anything you need to known, you can contact me through my email id. You always feel free to contact me. You can directly contact to me.

You can contact me through my email id ajeet.siwan564@gmail.com , this is my email id you can contact any time and your problems will be resolved. For contacting us you no need to pay anything to me.  This site is free for reading and this blog is to help people all over the world.
 

Comments

Popular posts from this blog

Fix Breadcrumbs Error And m=1? In Blogger

  Remove Breadcrumbs Errors And ?m=1 Breadcrumb is a small path. It points your location on your site. It also affects the SEO of your website.  Use canonical URL , so: data:blog.url.canonical  instead of data:blog.url. It should work for both desktop and mobile versions. It means the same URL works on both mobile and desktop without producing the ?m=1 or ?m=0. Before this, I am going to tell you what all the portions I will explain and fix your problem. First we will fix Breadcrumbs Error . This is the most dangerous for your website. Second we will remove ?m=1 and ?m=0, tags from our mobile view URL. Remove Breadcrumbs Error :- You should follow the below steps, so that you would fixed this error :- Go to blogger.com Login to blogger with your blogger email id Click on Template Click edit HTML, you have to edit HTML theme code. Press Ctr + F to open a search bar in your HTML theme code. Search for <div class='breadcrumbs' Paste the below code up to </b:loop> ...

C++ Vector : Basics Of Vector in C++ STL

In C++, Vector is unlike array, it stores different data types such as int, double, string, float, etc. It works like the dynamic array with the ability to resize automatically itself. Vector stores data in the contiguous memory location. Two functions are needed to traverse from starting to end that is begin() and end() functions.                               Syntax of the vector declaration:-             vector<data_type> variable_name (number_of_elements);  Here number_of_elements is optional, we can also declare a vector with empty vector that contains zero elements. The data_type in the angle-brackets indicates any type of data type which is valid in c++. Vector declaration examples:- vector<int> numbers (10); //In this example, we declared a vector name number of 10 integers. vector<string> names;  //In this, a vector name declared of string. In eve...

Phonepe Wallet : Send Money From Phonepe Wallet To Bank Account

Send Money From Wallet To Bank  It is very easy to send the Phonepe wallet money to the bank account. There are some simple steps needed to perform to send the money to bank account. Whenever you got money into your phonepe wallet through any online transaction and you are not getting into your bank account because of the phonepe policy. You can not send money to your bank account directly. Only one alternative way, that will help you to send money. If you have money in your phonepe wallet, you have to buy some shares of gold from the phonepe and you have to sell that gold. On buying, it cut 3 to 4 percentage of GST but during selling, you have not to pay anything. In another words, when you buy gold, you have to pay some percentage of taxes and on selling there will not be any charges. The total amount will be transfer into the bank account. Steps Required:- First You have a phonepe account, You can login with your registered mobile number that is registered with your bank account...