Sunday 30 April 2017

Entrepreneurs and Startups in Indian Cities

"The programme will inspire new wave of entrepreneurs and startups in emerging cities like Pune, Jaipur, Hyderabad, Kolkata, Kochi, Indore, Nagpur, Nashik, Madurai, Kanpur and ChennaiUS tech giant Google on Friday announced a new “Solve for India” initiative that aims to expand and energise the start-up ecosystem in tier 2 cities across the country. The programme will inspire new wave of entrepreneurs and startups in emerging cities like Pune, Jaipur, Hyderabad, Kolkata, Kochi, Indore, Nagpur, Nashik, Madurai, Kanpur and Chennai.“There is a growing number of entrepreneurs in smaller Indian cities who are focusing on building solutions that caters to the real needs of India. Through this initiative we want to bring the best of Google under one programme and join forces with them to help create solutions that serves the needs of a billion Indians,” said Karthik Padmanabhan, Programme Manager Lead for Google India, in a statement.Entrepreneurs will get an opportunity to learn directly from Google engineers who will share product usage insights, how to develop mobile first solutions with strong offline and language capabilities and help them to build solutions across areas like agriculture technology, healthcare, transportation, education and sanitation." - Google announces new programme to inspire entrepreneurs, developers 

Thursday 27 April 2017

Fun Fact of computer

1. The first electronic computer ENIAC weighed more than 27 tons and took up 1800 square feet.
2.  Only about 10% of the world’s currency is physical money, the rest only exists on computers.
3. TYPEWRITER is the longest word that you can write using the letters only on one row of the keyboard of your computer.
4. Doug Engelbart invented the first computer mouse in around 1964 which was made of wood.
5. There are more than 5000 new computer viruses are released every month.

What a irony man !!!!!!!!
it is most interesting to know that our first computer Programmer was a lady that is why it is most difficult to understand......LOL
Ada Lovelace has been called the world's first computer programmer. What she did was write the world's first machine algorithm for an early computing machine that existed only on paper. Of course, someone had to be the first, but Lovelace was a woman, and this was in the 1840s.

How can you creating your best program






After the time of computer all things sudden changed, our life style,our point of understanding, work style and such a many more.
as we talks about past years ago we will see that computer generation change our life
. But as we know that old computers did not programming basically they are embedded  computer.
After certain time computer generation changed, technology of computer are also changed .
well i am talking about programming......................................................................
yeah seriously computer programming change to think about new times of thinking. We can see that programming helps to makes our life easily. Now these days All computers works on programming which easy,fast,reliable,accurate,etc,.
Our blogs is all about the programming to help that people which they starting there new period in programming.

Subtraction of two numbers using C programming








 Subtraction Of two numbers Using C Programming



#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,sub;
clrscr();
printf("Enter two numbers for subtraction\n");
scanf("%d%d,"&a,&b);
sub=a-b;
printf("subtraction=%d",sub);
getch();
}

                                      output

Enter two numbers for subtraction
30
10
subtraction=  20

Wednesday 26 April 2017

Addition of two numbers

Lets fun with coding. here i wrote my first coding based on addition of two numbers through C programming language. It is easy to understand.
guys if you a have a any query so you may ask to me




#include<stdio.h>
#include<conio.h>
void main()
{
printf("Addition of two numbers\n"); \\ here \n is using to change the next line automatically
int a,b,c;
clrscr();
printf("Enter your first number\n");
scanf("%d",&a);
printf("Enter your second number\n");
scanf("%d",&b);
c=a+b;
printf("Addition of two number = %d",c);
getch();
}

4 Apps for Photography in Android Smartphone

Are you fond of photography? Do you like to take your time for photography? In such a situation, our news may come to you. Often, while ph...