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

Describe how arrays can be passed to a user defined function

1224


Create a simple code fragment that will swap the values of two variables num1 and num2.

1237


How do you view the path?

1077


Explain how do you determine whether to use a stream function or a low-level function?

1026


how to count no of words,characters,lines in a paragraph.

4377


Explain what is the difference between text files and binary files?

1096


What does printf does?

1191


How is = symbol different from == symbol in c programming?

985


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1079


What are identifiers c?

1020


How to declare pointer variables?

1165


What is pointers in c?

1067


Write a program to print fibonacci series without using recursion?

1066


Is c programming hard?

971


What does nil mean in c?

1182