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


While compiling a c program,graphics header files are not
including in my program..eg: <graphics.h>,what may be the
problem...is there any environment settings exists.

Answers were Sorted based on User's Feedback



While compiling a c program,graphics header files are not including in my program..eg: <graphic..

Answer / sachin tyagi

it will not be exiucet b/c ther will be synatx error

Is This Answer Correct ?    3 Yes 1 No

While compiling a c program,graphics header files are not including in my program..eg: <graphic..

Answer / sangeetha

ya offcourse.......if you want to get the circle,ellipse,
diagram in the ouput screen....we should declare the
<graphic.h> file

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

what are brk, sbrk?

1 Answers   Oracle,


Explain enumerated types in c language?

0 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is the use of volatile?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


What is console in c language?

0 Answers  


Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


Why does the call char scanf work?

0 Answers  


Categories