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

Six -6

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ used for today?

1157


What is difference between array and pointer in c?

1144


Explain what is page thrashing?

1163


What is the total generic pointer type?

1213


What is the general form of a C program?

1071


What is call by reference in functions?

1545


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

2530


Why c is called a mid level programming language?

1114


what is the diffrenet bettwen HTTP and internet protocol

1886


Distinguish between actual and formal arguments.

1136


Explain the advantages and disadvantages of macros.

1145


Can you please explain the difference between malloc() and calloc() function?

1184


Can you please explain the difference between strcpy() and memcpy() function?

1122


What is calloc malloc realloc in c?

1110


What are the modifiers available in c programming language?

1281