Sunday, May 29, 2016

Sidharth Malhotra

Sidharth Malhotra is a famous bollywood actor.Born on January 16th 1985,this Punjabi guy was brought  up in Delhi.He started his career as a model at an age of 18.Dissatisfied with his modeling career,he joined as an assistant director to Karan Johar for the film My Name is Khan.He made his first debut in 2012 through the film Student of the Year.The film was a huge commercial hit.His next films Hasee tho Phasee,Ek villian were also box office block busters.His other works are Brothers,Kapoor and sons which were also commercially hit.Sidharth is now doing Baar Baar Dekho
and an untitled film.He is also committed to reunite with Alia Bhatt in Aashiqui 3

Saturday, May 28, 2016

Vijay Mallya

Vijay Mallya is a popular Indian businessman and a politician.He is the owner of famous Kingfisher company and the ex-chairman of United Spirits Ltd.,India's largest spirit comapny.He is the son of Vittal Mallya.He continues to serve as chairman of UB Group.He has also been the chairman of Safoni India.He recently announced that he shall retire from the chairmanship of Safoni India.He is also called the "King of Good Times" due to his extravagant lifestyle.
He married Sameera Tyabjee in 1986 and had a son Siddharth Mallya in 1987.But they soon got divorced.Then Vijay Mallya married Rekha in 1993 from he had known since childhood.Mallya has left India on May 2nd saying that he want to move to Britain in order to get closer to his children.A group of 17 Indian banks are trying to collect approximately 9000 crores in loans which Mallya has allegedly routed to gain 100% or a partial stake in about 40 companies across the world.Vijay Mallya is known for his successful bidding of auction of items that are considered of great historical value.In 2004 he placed the winning bid of sword of Tipu Sultan at an auction in London and brought it back to India.In March 2009,Mallya successfully bid for belongings of Mahatma Gandhi at an auction in New York.
.

Monday, May 23, 2016

C program to determine whether a year is a leap year

Program
 #include<stdio.h>
main()
{
int a;
printf("enter a year :\n");
scanf("%d",&a);
if(a%4==0)
{
printf("it is a leap year");
}
else
{
printf(" it is not a ;eap year");
}
}

Output
 enter a year:
2016
it is a leap year

Cprogram for swapping two numbers using temporary variable

Program
 #include<stdio.h>
main()
{
int a,b,t;
printf("enter two numbers:\n");
scanf("%d%d",&a,&b);
t=a;
a=b;
b=t;
printf("swap values are %d and %d",a,b);
}

Output
enter two numbers:
5 6
swap values are 6 and 5

C program for calculating compound interest

Program
#include<stdio.h>
#include<math.h>
main()
{
float p,r,n,ci;
printf("enter principle,rate,no.of years :\n");
scanf("%f%f%f",&p,&r,&n);
ci=p*(pow((1+r/100),n)-1);
printf("compound interest is:%f",ci);
}

Output
 enter principle,rate,no.of years:
4.2 1.2 3.0
compound interest is:1.036434

A program for calculating simple interest

Program
#include<stdio.h>
main()
{
int p,t,r;
float si;
printf("enter the values of p,t,r: \n");
scanf("%d%d%d",&p,&t,&r);
si=(p*t*r)/100;
printf("simple interest is :%f",s);
}

Output
 enter the values of p,t,r
20 30 40
simple interest is:240.000000

Friday, May 20, 2016

C program for finding a number is even or odd

Program
#include<stdio.h>
main()
{
int a;
printf("enter a number: \n");
scanf("%d",&a);
if(a%2==0)
{
printf("a is even \n");
}
else
{
printf("a is odd \n");
}

Output
enter a number:
5
a is odd

Thursday, May 19, 2016

Program for grestest of three numbers

Program
 #include<stdio.h>
main()
{
int a,b,c;
printf("enter the values of a,b and c \n");
scanf("%d%d%d",&a,&b,&c);
if(a>b&&a>c)
{
printf("a is greatest \n");
}
else if(b>a&&b>c)
{
printf("b is greatest \n");
}
else
{
printf("c is greatest \n");
}
}

Output
 enter the values of a,b and c:
1 2 3
c is greatest

C program for finding greatest of two numbers

Program
 #include<stdio.h>
main()
{
int a,b;
printf("enter the values of a and b: \n");
scanf("%d%d",&a,&b);
if(a>b)
{
printf("a is greatest");
}
else
{
printf("b is greatest");
}
}

Output
 enter the values of a and b:
6 4
a is greatest

A c program for type casting

Program
#include<stdio.h>
main()
{
int a,b;
float c;
printf("enter the values of a and b: \n");
scanf("%d%d",&a.&b);
c=(float)a/b;
printf("type casted value is:%f",c);
}

Output
enter the values of a and b:
4 6
type casted value is:0.666666
 

A c program for division of two numbers

Program
#include<stdio.h>
main()
{
int a,b,ratio;
printf("enter the values of a and b: \n");
scanf("%d%d",&a,&b);
ratio=a/b;
printf("division is %d",ratio);
}

Output
enter the values of a and b
6 2
division is 3 

A C program for difference of two numbers

Program
#include<stdio.h>
main()
{
int a,b,diff;
printf("enter the values of a and b: \n");
scanf("%d%d",&a,&b);
diff=a-b;
printf("difference is:%d",diff);
}

Output
enter the vales of a and b:
5 3
difference is:2

A program for multiplication of two numbers

Program
#include<stdio.h>
main()
{
int a,b,product;
printf("enter the values of a and b: \n");
scanf("%d%d",&a,&b);
product=a*b;
printf("product is:%d",product);
}

Output
enter the values of a and b:
3 5
product is:15

Wednesday, May 18, 2016

SUM OF TWO NUMBERS

Program
 #include<stdio.h>
main()
{
int a,b,sum;
printf("enter the values of a and b: \n");
scanf("%d%d",&a,&b);
sum=a+b;
printf("sum=%d",sum);
}

Output
enter the values of a and b:5 6
sum=11

Tuesday, May 17, 2016

how to create whatsapp account

Whatsapp is another leading mobile social media app.We can experience simple,personal and real time messaging.We can have group chats also.Whatsapp has a collection of emotional smileys too.We can use whatsapp in our personal computers too.We can set a whatsapp wallpaper also.Whatsapp is also providing encryption option which means a third party cannot read our messages.This provides high privacy!.We can install whatsapp simply from Google play store or App store.Then sign in with our mobile number.That's it.Our whatsapp account is ready to use!.

How to create hike account

Hike is a social mobile app in which we chat,share our status,like others status and lot more.We can use hike even with no internet with hike DIRECT where we can chat and transfer files to our friends within 100 meters.Another interesting features of hike is hike stickers.We can even hide our chats with hidden mode settings.We can even set various exciting chat themes for different chats.We can download hike from Google playstore or App store and sign in for free by just entering our mobile number and our gender.That's it.Your hike account is all set for hiking!!...

How to create facebook account

Creating a facebook account is  quite simple.Follow the steps given below.
step 1: Go to facebook.com.
step 2: You can see the sign up form on the home page itself.
step 3: Fill up the simple details like name,email id or phone number,birthday and gender.
step 4: After confirming all your details,click sign up button
step 5: That's it.Your facebook account is ready to be accessed.

Wednesday, May 11, 2016

SaMsUnG gAlAxY cOrE 2 ReViEw

SPECIFICATIONS
Release                                      : July,2014
Price                                            :Rs 12,420 (in India)
Android version                      : 4.4.2(kitkat)
Also contains                           :headphones,charger
Camera:                     
primary                                   :5MP with autofocus and led flash
front                                         :1.2MP
Sims                                         :dual
Radio                                      :yes
Bluetooth                              :yes
Memory                                :internal 4GB
                                                 external upto 64GB
REVIEW
PROS
dual sim
external memory upto 64GB
good quality of  primary camera  

CONS
low internal memory ( 4GB)
phone gets heated up 
only suitable for micro sim cards