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 / ganesh auti,pune

6

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the syntax and purpose of a switch statement in C.

1153


Write a Program to find whether the given number or string is palindrome.

1344


What is new line escape sequence?

1403


What does the c in ctime mean?

1164


Explain why can’t constant values be used to define an array’s initial size?

1403


C language questions for civil engineering

1771


What is scope and lifetime of a variable in c?

1122


How is = symbol different from == symbol in c programming?

1107


What are the types of bitwise operator?

1168


What does main () mean in c?

1148


What is the difference between break and continue?

1689


What is I ++ in c programming?

1171


Why c language?

1125


formula to convert 2500mmh2o into m3/hr

1053


Differentiate between a for loop and a while loop? What are it uses?

1239