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


Write a C program to fill a rectangle using window scrolling



Write a C program to fill a rectangle using window scrolling..

Answer / venki

I DON'T KNOW. IF U KNOW TELL THE ANSWER
PLEASEEEEEEE............

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More C Interview Questions

What is ambagious result in C? explain with an example.

0 Answers   Infosys,


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


swap 2 numbers without using third variable?

0 Answers   IBS,


char *p="name"; printf(p);

1 Answers  


What is declaration and definition in c?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


What are preprocessor directives?

1 Answers  


How can you find the day of the week given the date?

0 Answers  


what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


What is an auto variable in c?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


Categories