Posts

HOW I EARNEDY MY FIRST 100$ USING GOOGLE ADSENSE

Image
HOW DID I EARN MY FIRST 100$ USING GOOGLE ADSENSE  After I got my adsense account, it took almost a year for me to get my first 100$. But the feeling I got when I received that cheque was awesome. It is possible for everyone to achieve that kind of exhilaration if you are determined and super focused. So, the simple three important rules to start making money using adsense. RULE 1: CHOOSE YOUR NICHE AREA  Choose your niche area. You would have heard this many times and in many blogs. But there is no substitute for good content. When it comes to blogging, content is the king. Take time to choose the topic on which you will be writing. It has always been my dream to write a blog and make it successful. My inspiration for writing a blog was from betterexplained.com. I loved that website. How the author takes up a difficult topic in maths and makes it easy for the people to understand. I loved the idea and I wanted my blog to do something ...

DIFFERENCES BETWEEN C,C++ AND JAVA

DIFFERENCES BETWEEN C,C++ AND JAVA IN A NUTSHELL S.NO C C++ JAVA 1. Structured programming language Object-oriented programming language Object-oriented programming language 2. Compiled Compiled Compiled and interpreted 3. 32 keywords Eg:- case, char 60 keywords Eg:- class, protected 50 keywords Eg:- interface, extends 4. Rules for naming identifier 1.       Should begin with alphabet 2.       Can have numbers,underscore 3.       Keywords cannot used as identifiers Rules for naming identifier 1.       Should begin with alphabet 2.       Can have numbers,underscore 3.       Keywords cannot used as identifiers Rules for nami...

What is Programming?

Image
Programming is the ability to find solution to real world problems using the power of technology and knowledge of certain softwares. Using programming, we can bring about great changes in the lives of people around us. Programming ranges from doing some serious things like robotic surgery to fun things like playing candy crush or any other game you want to play. Whether we know it or not, our entire lives are to a large extent influenced by thousands of programs. For example, you go to a supermarket, order things and stand in the queue for paying the bill amount, the shop assistant, uses a program available in the system, scans the product, calculates the bill amount and the exact change. Everything is done through a program, available in the system. Billing program used in a super market.. Now, when we decide to go to a movie or travel somewhere outside, they do all the booking online, where some program is used to get the things done. It is programming all the way, in our live...