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

simple program of graphics and thier outpu display with
a want what is out put of graohics in c language

Answer Posted / manoj kumar

/* Simple program to illustrate use of a dialog box */

main()
{
/* Define default values: */

int n = 0;
float x = 0.0;

/* Define contents of dialog window */

create_int_dialog_entry("n", &n);
create_float_dialog_entry("x", &x);

/* Create window with name "Setup" and top-left corner
at (0,0) */

set_up_dialog("Setup", 0, 0);

/* Display the window and read the results */

read_dialog_window();

/* Print out the new values */

printf("n = %d, x = %f\n", n, x);
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is p in text message?

985


How can I read data from data files with particular formats?

1046


What is pass by value in c?

1067


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1119


Explain zero based addressing.

1024


What are the usage of pointer in c?

1197


What are the types of pointers?

1112


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

1285


How can I avoid the abort, retry, fail messages?

1136


What is a keyword?

1164


What is c system32 taskhostw exe?

1024


What are shell structures used for?

1048


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2318


What is break statement?

1120


What is the difference between int main and void main in c?

1175