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 / nava

TO MY KNOWLDGE
6 IS THE ANSWER

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of operators are there in c?

1088


Write a program to swap two numbers without using a temporary variable?

1181


Is c dynamically typed?

1213


Explain zero based addressing.

1098


When should I declare a function?

1214


How to delete a node from linked list w/o using collectons?

2825


What is structure in c language?

1237


What are the types of data structures in c?

1212


Which function in C can be used to append a string to another string?

1274


What are local variables c?

1071


How can I find out how much free space is available on disk?

1105


What is difference between static and global variable in c?

1103


Mention four important string handling functions in c languages .

1160


Why header files are used?

1168


What is table lookup in c?

1148