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 is the g value paradox?

0 Answers  


Explain argument and its types.

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


What does the file stdio.h contain?

0 Answers  


What are the different types of control structures?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


How to declare pointer variables?

0 Answers  


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


Read two numbers from keyboard and find maximum of them?

1 Answers  


Why can’t we compare structures?

0 Answers  


Categories