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
Answer / sachin tyagi
it will not be exiucet b/c ther will be synatx error
| Is This Answer Correct ? | 3 Yes | 1 No |
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 |
Can we change the value of static variable in c?
What is the heap?
Why malloc is faster than calloc?
What is uint8 in c?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
read an array and search an element
what r callback function?
code for selection sort?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
How can I direct output to the printer?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What does %c do in c?