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

yes it is six

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the time and space complexities of merge sort and when is it preferred over quick sort?

1137


Write a program on swapping (100, 50)

1168


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

3127


What the different types of arrays in c?

1128


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1231


What are the benefits of organizational structure?

1066


write a program to concatenation the string using switch case?

2156


Where static variables are stored in c?

1174


What are the different data types in C?

1250


What is this pointer in c plus plus?

1143


What is a c token and types of c tokens?

1129


What is the difference between struct and union in C?

1392


What is the use of in c?

1089


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1306


What are type modifiers in c?

1100