Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}

Answer Posted / dilip

6

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different data types in C?

1250


write a program to concatenation the string using switch case?

2156


What is signed and unsigned?

1127


What is memcpy() function?

1169


How to establish connection with oracle database software from c language?

2261


What is the difference between void main and main in c?

1215


Why is #define used?

1337


How is a null pointer different from a dangling pointer?

1089


Do you know what are the properties of union in c?

1132


What is pointer to pointer in c language?

1214


What is ambagious result in C? explain with an example.

2702


What is a function simple definition?

1170


What is structure pointer in c?

1095


What is a pragma?

1179


Are negative numbers true in c?

1113