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...


main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}

output??

Answer Posted / mahendra giri

11 16

Is This Answer Correct ?    136 Yes 33 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is sprintf unsafe?

1132


Explain the term printf() and scanf() used in c language?

1100


Why pointers are used?

1120


Can you think of a logic behind the game minesweeper.

2525


What is a substring in c?

1087


What is sizeof return in c?

1094


What does the error 'Null Pointer Assignment' mean and what causes this error?

1260


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1427


What are different storage class specifiers in c?

1139


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1235


What do you mean by scope of a variable in c?

1060


Explain what will the preprocessor do for a program?

1113


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

1102


Are there constructors in c?

1063


Can we use any name in place of argv and argc as command line arguments?

1126