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

What will be the output of
x++ + ++x?

Answer Posted / dushmanta

it will gives u a garbage value according to u r compiler

Is This Answer Correct ?    15 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we write conio h in c?

1079


What is c variable?

1100


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2353


Is void a keyword in c?

1053


What tq means in chat?

1175


Explain what does it mean when a pointer is used in an if statement?

1108


Explain what are multidimensional arrays?

1122


What are structure types in C?

1154


What are the types of pointers in c?

1080


Explain what is meant by 'bit masking'?

1269


What is the difference between strcpy() and memcpy() function in c programming?

1134


What is switch in c?

1160


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

1274


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

1136


Why do we use pointer to pointer in c?

1139