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 / sairoong.l@drsomchai.net

static void Job13(Args _args)
{
Dialog dlg;
DialogField dlgField;
;


dlg = new Dialog("test");
dlg.addGroup("test");
dlgField = dlg.addField(TypeId(CustAccount), "test");

if(dlg.run())
info(dlgField.value());


}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of keyword 'register' with respect to variables.

1098


how to capitalise first letter of each word in a given string?

1983


Is register a keyword in c?

1088


Why flag is used in c?

1181


why do some people write if(0 == x) instead of if(x == 0)?

1128


what is reason of your company position's in india no. 1.

2412


formula to convert 2500mmh2o into m3/hr

1051


What does the error message "DGROUP exceeds 64K" mean?

1277


Can you write the function prototype, definition and mention the other requirements.

1201


Explain the Difference between the New and Malloc keyword.

1193


What are variables and it what way is it different from constants?

1286


Are pointers integer?

1074


What are the different types of endless loops?

1128


What do mean by network ?

1219


What is operator promotion?

1130