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

How do c compilers work?

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

0 Answers   Wipro,


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,






where does it flourished?

0 Answers   Microsoft,


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 Answers  


What are the different types of constants?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


Which is better between malloc and calloc?

0 Answers  


Categories